Spread Windows Forms 10.0 Product Documentation
GcComboBoxCellType Class Members
Properties  Methods  Events


The following tables list the members exposed by GcComboBoxCellType.

Public Constructors
 NameDescription
Public ConstructorGcComboBoxCellType ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAcceptsArrowKeysGets or sets how arrow keys are processed by the edit control. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyAcceptsCrLfGets or sets how to process the CrLf characters when copying, cutting, or pasting a string.  
Public PropertyAcceptsTabCharGets or sets how to process the Tab character when copying, cutting, or pasting a string.  
Public PropertyAllowSpaceGets or sets an AllowSpace value that indicates which type of space character is allowed.  
Public PropertyAlternateTextGets the alternate text of the GcComboBox control.  
Public PropertyAutoCompleteGets the automatic complete related settings.  
Public PropertyAutoCompleteCustomSourceGets or sets a custom System.Windows.Forms.AutoCompleteStringCollection to use when the AutoCompleteSource property is set to CustomSource.  
Public PropertyAutoCompleteModeGets or sets an option that controls how automatic completion works for the GcComboBox cell.  
Public PropertyAutoCompleteSourceGets or sets the source for strings used for automatic completion.  
Public PropertyAutoConvertGets or sets a bool value that indicates whether to automatically convert the entered characters.  
Public PropertyAutoFilterGets the automatic filter related settings.  
Public PropertyAutoGenerateColumnsGets or sets whether columns are created automatically when the DataSource or DataMember property is set.  
Public PropertyAutoSelectGets or sets a bool value that indicates whether to automatically select the item in the list that matches the input in the editor.  
Public PropertyBackgroundImageGets or sets the background image for the cell. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyDataMemberGets or sets a value that represents a binding member string.  
Public PropertyDataSourceGets or sets the data source.  
Public PropertyDropDownGets the settings for the drop-down function.  
Public PropertyDropDownMaxHeightGets or sets the maximum height of the drop-down window, if the user does not customize the size of the drop-down window; otherwise, this property does not take effect.  
Public PropertyDropDownStyleGets or sets the drop-down style.  
Public PropertyEditModeGets or sets the edit mode of the control. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyEditorValueGets or sets what value is written to the underlying data model.  
Public PropertyEllipsisGets or sets how to show ellipsis when the text width is longer than the control.  
Public PropertyEllipsisStringGets or sets what is shown as an ellipsis when the text width is longer than the control.  
Public PropertyExcelExportFormatGets or sets the format string used by Excel when exporting to an Excel file. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyExitOnLastCharGets or sets whether the next control in the tab order receives the focus as soon as the control is filled with the last character. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyFocusPositionGets or sets the initial cursor position when the editor gets focus.  
Public PropertyFormatStringGets or sets a format string used to filter or convert the input string.  
Public PropertyImageAlignGets or sets the alignment of the image.  
Public PropertyImageListGets or sets the ImageList.  
Public PropertyImageWidthGets or sets the image width.  
Public PropertyItemsGets the item collection.  
Public PropertyListColumnsGets the column collection.  
Public PropertyListDefaultColumnGets or sets a DefaultListColumnInfo value that represents the default ListColumnInfo of the list.  
Public PropertyListDescriptionFormatGets or sets a format string used to customize the description shown in StatusBar.  
Public PropertyListDescriptionSubItemIndexGets or sets the index of a SubItemInfo object related to the StatusBarInfo display.  
Public PropertyListDisabledItemStyleGets an ItemStyleInfo value that indicates the color style of the disabled item.  
Public PropertyListGradientEffectGets or sets the background gradient effect.  
Public PropertyListGridLinesGets or sets a ListGridLinesInfo value that indicates the grid lines.  
Public PropertyListHeaderPaneGets a ListHeaderPaneInfo value that indicates the header pane.  
Public PropertyListItemTemplatesGets or sets a ItemTemplateCollectionInfo value that specifies the items template.  
Public PropertyListSelectedItemStyleGets an ItemStyleInfo value that indicates the color style of the selected item of the control.  
Public PropertyListSortColumnIndexGets or sets the index of the column to sort.  
Public PropertyMaxDropDownItemsGets or sets the maximum number of items to be shown in the drop-down portion of GcComboBox.  
Public PropertyMaxLengthGets or sets the maximum length the user can input in the editable region.  
Public PropertyMaxLengthCodePageGets or sets the code page for the encoding that used to count the max length in byte.  
Public PropertyMaxLengthUnitGets or sets the calculation methods of the MaxLength (based on byte or character).  
Public PropertyPaintByControlGets or sets a value that indicates how to paint the cell. If true, the cell uses the inner control's painting to paint the cell, in this case, the cell paints exactly the same as the editing control. All settings of the cell such as fields with different styles are shown when painting the cell. The cell's paint performance is slow if painting by the control, rather than painting the string directly. Also, the text in the cell cannot be selected when exporting to pdf. If false, performance is good but some settings do not take effect.  
Public PropertyReadOnlyGets or sets a value that indicates whether this control is read-only. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyRecommendedValueGets or sets the recommended value.  
Public PropertyScrollBarModeGets or sets how to display the scroll bars in the drop-down window.  
Public PropertyScrollBarsGets or sets which scroll bars are visible.  
Public PropertyShortcutKeysGets the InputMan EditingControl's shortcuts. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyShowItemTipGets or sets whether to show the item tooltip.  
Public PropertyShowListBoxImageGets or sets whether to show the images of the drop-down list.  
Public PropertyShowOverflowTipGets or sets whether to show the overflow tip.  
Public PropertyShowRecommendedValueGets or sets whether to show the recommended value.  
Public PropertyShowTouchToolBarGets or sets the how to show the InputManCellTypeBase.TouchToolBar. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertySideButtonsGets or sets the SideButton collection.  
Public PropertySpinGets the spin action information.  
Public PropertyStaticGets or sets whether the cell is static, which prohibits user interaction. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyStatusBarGets a StatusBarInfo object that indicates the status bar information.  
Public PropertySubEditorGets or sets the subeditor. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Public PropertyTextBoxStyleGets or sets a TextBoxStyle value that indicates the appearance style of the editor.  
Public PropertyTextFormatGets or sets a format string used to customize text.  
Public PropertyTextSubItemIndexGets or sets an integer value that represents the index of SubItem used to display the Text property.  
Public PropertyTouchContextMenuScaleGets or sets the factor applies to context menu item's height while context menu is popped up by touch. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyTouchToolBarGets the shown InputManCellTypeBase.TouchToolBar by touch operation. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyUnSelectedImageIndexGets or sets the index of the image that is shown on the editor area when user the does not select an item in the drop-down list.  
Public PropertyUseCompatibleDrawingGets or sets whether GcComboBox uses compatible drawing when GcComboBox.DropDownStyle is System.Windows.Forms.ComboBoxStyle.DropDownList.  
Public PropertyUseSpreadDropDownButtonRenderGets or sets a value that indicates whether to paint the drop-down button with the spread drop-down button renderer. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public PropertyValueSubItemIndexGets or sets an System.Int32 value that indicates the selected value subitem index.  
Top
Protected Properties
 NameDescription
Protected PropertyExtraRendererSettingsGets the conditional formatting settings. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Top
Public Methods
 NameDescription
Public MethodCanBeOverflownDetermines whether data from another cell can overflow into this cell (whether this cell can be overflowed into). (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public MethodCancelEditingOverridden. Cancel the editing of a cell.  
Public MethodCanOverflowOverridden. Determines whether a cell can overflow its data into an adjacent cell.  
Public MethodCloneOverridden. Creates and returns a cloned cell type.  
Public MethodDeserializeOverridden. Loads the object from XML.  
Public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public MethodFormatOverridden. Formats the specified data into the format of the cell type and returns it as a string.  
Public MethodGetDisplayTextOverridden. Gets the display text.  
Public MethodGetEditorControlOverloaded. Overridden. Gets the edit control for this cell type with the specified appearance and scaling.  
Public MethodGetEditorValueOverridden. Gets the unformatted value in the editor control.  
Public MethodGetErrorIconBoundGets a rectangle to draw an error icon in. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public MethodGetHorizontalAlignmentGets the horizontal alignment based on the value.  
Public MethodGetObjectDataOverridden. Gets the object data.  
Public MethodGetPreferredSizeOverloaded. Overridden. Gets the preferred (maximum needed) size of the cell for the renderer control.  
Public MethodGetReservedCursorGets the cursor reserved for this cell type. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public MethodGetVerticalAlignmentGets the vertical alignment based on the value.  
Public MethodInitialByCreateInstanceSupports designtime's CreateInstance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public MethodInitializeEditorControlOverridden. Initializes the editor control.  
Public MethodIsPropertySupportedGets whether the cell type supports the named property. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Public MethodIsReservedKeyDetermines whether the specified key has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Public MethodIsReservedLocationDetermines whether the specified cursor location has special meaning to the editor control. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public MethodIsReusableOverridden. Determines whether the specified control is reusable.  
Public MethodIsValidOverridden. Determines whether the specified value is valid.  
Public MethodPaintCellOverloaded. Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase)
Public MethodParseOverridden. Parses the specified string to the data type of the cell type and returns it as an object.  
Public MethodSerializeOverridden. Saves the object to XML.  
Public MethodSetEditorValueOverridden. Sets the value of the editor control.  
Public MethodShowSubEditorOverridden. Shows the subeditor control associated with the cell.  
Public MethodStartEditingOverridden. Starts the editing of a cell.  
Public MethodStopEditingOverridden. Stops the editing of a cell.  
Top
Protected Methods
 NameDescription
Protected MethodFindFirstMatchedAndCanBeSelectedIndexLooks for the index of first ListItem which matches the specified text in the dropdown list.  
Protected MethodFireEditorValueChangedFires the EditorValueChanged event if there are any delegates attached. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Protected MethodGetDefaultShortcutsOverridden. Gets the default shortcuts.  
Protected MethodGetDefaultSideButtonTypesGets the default side buttons.  
Protected MethodInitializeDefaultSideButtonsInitializes the default side buttons.  
Protected MethodIsCaretInTheBeginningGets whether the caret is in the beginning. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Protected MethodIsCaretInTheEndGets whether the caret is at the end. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Protected MethodIsCaretInTheFirstLineGets whether the caret is in the first line. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Protected MethodIsCaretInTheLastLineGets whether the caret is in the last line. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Protected MethodPaintEnhancedConditionalFormatPaints the enhanced conditional format. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Top
Public Events
 NameDescription
Public EventEditingCanceledOccurs when editing (the editor control) has been canceled by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Public EventEditingStoppedOccurs when editing in the the editor control has been stopped by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Public EventEditorValueChangedOccurs when the value in the editor control has been changed by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Top
See Also

Reference

GcComboBoxCellType Class
GrapeCity.Win.Spread.InputMan.CellType Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.