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


The following tables list the members exposed by EditBaseCellType.

Public Constructors

 NameDescription
Public ConstructorEditBaseCellType ConstructorOverloaded. Creates a new editable base cell type object from serialization.  
Top

Public Properties

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

Public Methods

 NameDescription
Public MethodCanBeOverflownOverridden.  Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into).  
Public MethodCancelEditingOverridden.  Cancels the editing of a cell.  
Public MethodCanOverflowOverridden.  Determines whether the cell can overflow into adjacent cells.  
Public MethodCloneOverridden.  Creates and returns an editable base cell.  
Public MethodDeserialize 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 MethodGetEditorControlOverridden.  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 MethodGetHorizontalAlignment Gets the horizontal alignment based on the value.  
Public MethodGetPreferredSizeOverloaded. Overridden. Gets the preferred size (maximum size) of the editor control used in the cell.  
Public MethodGetReservedCursorOverridden.  Gets the cursor reserved for this cell type.  
Public MethodGetReusableEditorControl Implementation of IReuseEditorControl.GetEditorControl for use by cell types  
Public MethodGetVerticalAlignment Gets the vertical alignment based on the value.  
Public MethodInitializeEditorControl Initializes the editor control.  
Public MethodIsPropertySupported Gets whether the cell type supports the named property. (Inherited from BaseCellType)
Public MethodIsReservedKeyOverridden.  Determines whether the specified key has special meaning to the editor control.  
Public MethodIsReservedLocationOverridden.  Determines whether the specified cursor location has special meaning to the editor control.  
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 MethodSerialize Saves the object to XML.  
Public MethodSetCurrentCulture Gets or sets the current culture.  
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 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.  
Protected MethodToVerticalAlignment Converts a FarPoint.Win.Spread.CellVerticalAlignment value to the corresponding FarPoint.Win.VerticalAlignment value.  
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