CheckBoxCellType Class Members
In This Topic
The following tables list the members exposed by CheckBoxCellType.
Public Constructors
Public Properties
| Name | Description |
 | AutoBoxSize |
Gets or sets whether boxSize changes with font size.
|
 | BoxSize |
Gets or sets a value that indicates the check box size
|
 | Caption |
Gets or sets the caption of the cell type.
|
 | IsThreeState |
Gets or sets a value that indicates whether the check box supports three states.
|
 | TextAlign |
Gets or sets the text alignment relative to the check box.
|
 | TextFalse |
Gets or sets the text in the cell when the cell's value is false.
|
 | TextIndeterminate |
Gets or sets the text in the cell when the cell's value is indeterminate (neither true nor false).
|
 | TextTrue |
Gets or sets the text in the cell when the cell's value is true.
|
Top
See Also