Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CheckBoxCellType Class
Properties Methods Events

In This Topic
    CheckBoxCellType Class Members
    In This Topic

    The following tables list the members exposed by CheckBoxCellType.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the background image for the cell.  
    Public Property Gets or sets the text in the check box regardless of the state, overrides TextTrue, TextFalse, and TextIndeterminate.  
    Public Property Gets or sets whether the focus rectangle is displayed.  
    Public Property Gets or sets whether the ampersand character underlines text.  
    Public Property Gets or sets the images for the states of the check box.  
    Public Property Gets or sets the subeditor. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public Property Gets or sets how the text is aligned in the cell.  
    Public Property Gets or sets the text for the false state.  
    Public Property Gets or sets the indeterminate state text.  
    Public Property Gets or sets the text for the true state.  
    Public Property Gets or sets whether the check box has three states.  
    Top
    Public Methods
     NameDescription
    Public Method 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)
    Public MethodOverridden.  Cancels the editing of a cell.  
    Public Method Determines whether a cell can overflow its data into an adjacent cell. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public MethodOverridden.  Creates and returns a check box cell.  
    Public Method Loads the object from XML.  
    Public MethodOverridden.  Formats the specified data into the format of the cell type and returns it as a string.  
    Public MethodOverloaded. Overridden.  Gets the edit control for this cell type with the specified appearance and scaling.  
    Public MethodOverridden.  Gets the unformatted value in the editor control.  
    Public Method Gets a rectangle to draw the error icon in. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public MethodOverloaded. Overridden.  Gets the preferred (maximum required) size of the cell for the renderer control.  
    Public MethodOverridden.  Gets the cursor reserved for this cell type.  
    Public Method Gets whether the cell type supports the named property. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public MethodOverridden.  Determines whether the specified key has special meaning to the editor control.  
    Public Method Checks if this celltype is reusable.  
    Public Method Determines whether the specified value is valid. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public MethodOverloaded. Overridden.  Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings.  
    Public MethodOverridden.  Parses the specified string to the data type of the cell type and returns it as an object.  
    Public Method Saves the object to XML.  
    Public MethodOverridden.  Sets the value of the editor control.  
    Public Method Shows the subeditor control associated with the cell. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public MethodOverridden.  Starts the editing of a cell.  
    Public MethodOverridden.  Stops the editing of a cell.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when editing (the editor control) has been canceled by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public Event Occurs when editing in the the editor control has been stopped by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Public Event Occurs when the value in the editor control has been changed by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
    Top
    See Also