Spread Windows Forms 10.0 Product Documentation
GcComboBoxCellType Class Properties


For a list of all members of this type, see GcComboBoxCellType members.

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
See Also

Reference

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

 

 


Copyright © GrapeCity, inc. All rights reserved.