FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : ComboBoxCellType Class |
The following tables list the members exposed by ComboBoxCellType.
Name | Description | |
---|---|---|
ComboBoxCellType Constructor | Overloaded. |
Name | Description | |
---|---|---|
AcceptsArrowKeys | Gets or sets how arrow keys are processed by the combo box control. | |
AllowArrowKeysMoveActiveCell | Gets or sets whether to allow arrow keys to move the active cell. | |
AutoCompleteCustomSource | Gets or sets the custom source (of strings) for automatic completion of entries in the combo box. | |
AutoCompleteMode | Gets or sets how the automatic completion works for entries in the combo box. | |
AutoCompleteSource | Gets or sets the source for automatic completion of entries in the combo box. | |
AutoFillAutoCompleteCustomSource | Gets or sets a whether the AutoCompleteCustomSource is automatically filled with data from the column. | |
AutoSearch | Gets or sets how a list of items in a combo box is searched based on input of a character key. | |
BackgroundImage | Gets or sets the image to paint in the background of the combo box edit portion. | |
ButtonAlign | Gets or sets where buttons are displayed. | |
CharacterCasing | Gets or sets the case of characters in the text cell. | |
CharacterSet | Gets or sets what characters to allow for the text cell. | |
DoubleClickTextToDropDown | Gets or sets whether to display the combo box list when double-clicking the text area. | |
DropDownOptions | Gets or sets the drop-down options for displaying the combo box list. | |
DropDownWhenStartEditing | Gets or sets whether to display the combo box list when pressing the enter key. | |
Editable | Gets or sets whether you can type into the edit portion of the combo box. | |
EditorValue | Gets or sets what value is written to the underlying data model. | |
ImageList | Gets or sets the image list of a combo box. | |
ItemData | Gets or sets the corresponding data for the items in the drop-down list in the combo box. | |
Items | Gets or sets the items for the drop-down list in the combo box. | |
ListAlignment | Gets or sets the side of the cell on which the list aligns. | |
ListControl | Gets or sets the control for the list portion. | |
ListOffset | Gets or sets how many pixels to offset the list from the aligned edge of the cell. | |
ListWidth | Gets or sets the width (in pixels) of the drop-down list. | |
MaxDrop | Gets or sets the number of items to display at one time in the list portion. | |
MaxLength | Gets or sets the maximum number of characters allowed in the combo box cell. | |
StopEditingAfterDropDownItemSelected | Gets or sets whether to close the drop-down list and stop editing after pressing the enter key or clicking a combo box list item. | |
SubEditor | Gets or sets the subeditor. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
Name | Description | |
---|---|---|
ExtraRendererSettings | Gets the conditional formatting settings. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
Name | Description | |
---|---|---|
CanBeOverflown | Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into). (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
CancelEditing | Overridden. Cancels the editing of a cell. | |
CanOverflow | Determines whether a cell can overflow its data into an adjacent cell. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
Clear | Removes all items from the list. | |
Clone | Overridden. Creates and returns an ordinary combo box cell. | |
Deserialize | Loads the object from XML. | |
Format | Overridden. Formats the specified data into the format of the cell type and returns it as a string. | |
GetEditorControl | Overloaded. Overridden. Gets the edit control for this cell type with the specified appearance and scaling. | |
GetEditorValue | Overridden. Gets the unformatted value in the editor control. | |
GetErrorIconBound | Overridden. Gets a rectangle to draw the error icon in. | |
GetPreferredSize | Overloaded. Overridden. Gets the preferred (maximum required) size of the cell for the renderer control. | |
GetReservedCursor | Overridden. Gets the cursor reserved for this cell type. | |
IsPropertySupported | Gets whether the cell type supports the named property. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsReservedKey | Overridden. Determines whether the specified key has special meaning to the editor control. | |
IsReusable | Checks if this celltype is reusable. | |
IsValid | Overridden. Determines whether the specified value is valid. | |
PaintCell | Overloaded. Overridden. Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings. | |
Parse | Overridden. Parses the specified string to the data type of the cell type and returns it as an object. | |
RemoveItem | Removes the individual item specified by index from the list. | |
Serialize | Saves the object to XML. | |
SetEditorValue | Overridden. Sets the value of the editor control. | |
ShowSubEditor | Overridden. Shows the subeditor control associated with the cell. | |
StartEditing | Overridden. Starts the editing of a cell. | |
StopEditing | Overridden. Stops the editing of a cell. |
Name | Description | |
---|---|---|
FireEditorValueChanged | Fires the EditorValueChanged event if there are any delegates attached. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
GetTextRectangle | Gets the rectangle in which text is drawn. | |
IsCaretInTheBeginning | Overridden. Gets whether the caret is in the beginning. | |
IsCaretInTheEnd | Overridden. Gets whether the caret is at the end. | |
IsCaretInTheFirstLine | Overridden. Gets whether the caret is in the first line. | |
IsCaretInTheLastLine | Overridden. Gets whether the caret is in the last line. | |
PaintEnhancedConditionalFormat | Paints the enhanced conditional format. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
ToHorizontalAlignment | Converts a FarPoint.Win.Spread.CellHorizontalAlignment value to the corresponding FarPoint.Win.HorizontalAlignment value. | |
ToVerticalAlignment | Converts a FarPoint.Win.Spread.CellVerticalAlignment value to the corresponding FarPoint.Win.VerticalAlignment value. |
Name | Description | |
---|---|---|
EditingCanceled | Occurs when editing (the editor control) has been canceled by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
EditingStopped | Occurs when editing in the the editor control has been stopped by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
EditorValueChanged | Occurs when the value in the editor control has been changed by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
ComboBoxCellType Class
FarPoint.Win.Spread.CellType Namespace
Setting a Combo Box Cell
Setting a List Box Cell
Working with Graphical Cell Types