FarPoint.Win.Spread
TextCellType Class Members
See Also  Properties  Methods  Events
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : TextCellType Class


The following tables list the members exposed by TextCellType.

Public Constructors

 NameDescription
Public ConstructorTextCellType ConstructorOverloaded. Creates a new text cell type.  
Top

Public Properties

 NameDescription
Public PropertyAcceptsArrowKeys Gets or sets how arrow keys are processed by the edit control. (Inherited from EditBaseCellType)
Public PropertyAutoCompleteCustomSource Gets or sets a custom string collection when the AutoCompleteSource property is set to CustomSource. (Inherited from EditBaseCellType)
Public PropertyAutoCompleteMode Gets or sets how automatic completion works. (Inherited from EditBaseCellType)
Public PropertyAutoCompleteSource Gets or sets the source of complete strings used for automatic completion. (Inherited from EditBaseCellType)
Public PropertyAutoFillAutoCompleteCustomSource Gets or sets a whether the AutoCompleteCustomSource is automatically filled with data from other cells in the column. (Inherited from EditBaseCellType)
Public PropertyBackgroundImage Gets or sets the background image for the cell. (Inherited from EditBaseCellType)
Public PropertyButtonAlign Gets or sets where the buttons are displayed in the cell. (Inherited from EditBaseCellType)
Public PropertyCharacterCasing Gets or sets the case of characters in the text cell.  
Public PropertyCharacterSet Gets or sets what characters to allow for the text cell.  
Public PropertyDropDownButton Gets or sets whether a drop-down button is displayed in the cell. (Inherited from EditBaseCellType)
Public PropertyEnableSubEditor Gets or sets whether the SubEditor is available (Inherited from EditBaseCellType)
Public PropertyFocusPosition Gets or sets the initial cursor position. (Inherited from EditBaseCellType)
Public PropertyHotkeyPrefix Gets or sets whether the ampersand character underlines text.  
Public PropertyMaxLength Gets or sets the maximum number of characters allowed in the text cell.  
Public PropertyMultiline Gets or sets whether multiple lines of text are allowed.  
Public PropertyNullDisplay Gets or sets the text to display for null values. (Inherited from EditBaseCellType)
Public PropertyPasswordChar Gets or sets the character for masking data in the text cell.  
Public PropertyReadOnly Gets or sets whether the cell is read-only (and thus cannot be modified). (Inherited from EditBaseCellType)
Public PropertyScrollBars Gets or sets which scroll bars to display for the text cell.  
Public PropertyStatic Gets or sets whether the cell is static, which prohibits user interaction. (Inherited from EditBaseCellType)
Public PropertyStringTrim Gets or sets how to trim characters that do not fit in the cell. (Inherited from EditBaseCellType)
Public PropertySubEditor Gets or sets the subeditor. (Inherited from EditBaseCellType)
Public PropertyTextOrientation Gets or sets how text orients itself when painting the cell. (Inherited from EditBaseCellType)
Public PropertyTextRotationAngle Gets or sets the rotation angle of the text for the cell. (Inherited from EditBaseCellType)
Public PropertyWordWrap Gets or sets whether text that is too long to fit in the cell wraps to additional lines. (Inherited from EditBaseCellType)
Top

Public Methods

 NameDescription
Public MethodCanBeOverflown Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into). (Inherited from EditBaseCellType)
Public MethodCancelEditing Cancels the editing of a cell. (Inherited from EditBaseCellType)
Public MethodCanOverflowOverridden.  Determines whether the cell can overflow into adjacent cells.  
Public MethodCloneOverridden.  Creates and returns a text cell.  
Public MethodDeserializeOverridden.  Loads the object from XML.  
Public MethodFormatOverridden.  Formats the specified data into the format of the cell type and returns it as a string.  
Public MethodGetEditorControlOverloaded. Overridden.   
Public MethodGetEditorValue Gets the unformatted value in the editor control. (Inherited from EditBaseCellType)
Public MethodGetHorizontalAlignment Gets the horizontal alignment based on the value. (Inherited from EditBaseCellType)
Public MethodGetPreferredSizeOverloaded. Overridden. Gets the preferred size (maximum size) of the editor control used in the cell.  
Public MethodGetReservedCursor Gets the cursor reserved for this cell type. (Inherited from EditBaseCellType)
Public MethodGetReusableEditorControl Implementation of IReuseEditorControl.GetEditorControl for use by cell types (Inherited from EditBaseCellType)
Public MethodGetVerticalAlignment Gets the vertical alignment based on the value. (Inherited from EditBaseCellType)
Public MethodIsPropertySupported Gets whether the cell type supports the named property. (Inherited from BaseCellType)
Public MethodIsReservedKey Determines whether the specified key has special meaning to the editor control. (Inherited from EditBaseCellType)
Public MethodIsReservedLocation Determines whether the specified cursor location has special meaning to the editor control. (Inherited from EditBaseCellType)
Public MethodIsReusable Check if this celltype is reusable.  
Public MethodIsValidOverridden.  Determines whether the specified value is valid.  
Public MethodPaintCellOverloaded. Overridden.   
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 MethodSetCurrentCulture Gets or sets the current culture. (Inherited from EditBaseCellType)
Public MethodSetEditorValueOverridden.  Sets the value of the editor control.  
Public MethodShowSubEditor Shows the subeditor control associated with the cell. (Inherited from EditBaseCellType)
Public MethodStartEditing Starts the editing of a cell. (Inherited from EditBaseCellType)
Public MethodStopEditing Stops the editing of a cell. (Inherited from EditBaseCellType)
Top

Protected Methods

 NameDescription
Protected MethodFireEditorValueChanged Fires the EditorValueChanged event if there are any delegates attached. (Inherited from BaseCellType)
Protected MethodGetTextRectangle Gets the rectangle in which text is drawn.  
Protected MethodToHorizontalAlignment Converts a FarPoint.Win.Spread.CellHorizontalAlignment value to the corresponding FarPoint.Win.HorizontalAlignment value. (Inherited from EditBaseCellType)
Protected MethodToVerticalAlignment Converts a FarPoint.Win.Spread.CellVerticalAlignment value to the corresponding FarPoint.Win.VerticalAlignment value. (Inherited from EditBaseCellType)
Top

Public Events

 NameDescription
Public EventEditingCanceled Occurs when editing (the editor control) has been canceled by the user. (Inherited from BaseCellType)
Public EventEditingStopped Occurs when editing (the editor control) has been stopped by the user. (Inherited from BaseCellType)
Public EventEditorValueChanged Occurs when value (the editor control) has been changed by the user. (Inherited from BaseCellType)
Top

See Also