CheckEdit Properties
A checkbox that supports the indeterminate state.Name | Description |
---|---|
AllowIndeterminateInput | Gets or sets whether a user can set the editor to the indeterminate state. |
CheckBoxAlignment | Gets or sets the vertical or horizontal alignment of the checkbox. |
CheckBoxColor | Gets or sets the color of the checkbox in the unchecked state. |
CheckBoxIndent | Gets or sets the indent of the checkbox from the label. |
CheckBoxPosition | Gets or sets whether the checkbox is at the left, right, top, or bottom side of the parent layout. |
CheckedCheckBoxColor | Gets or sets the color of the checkbox in the checked state. |
CheckedCheckBoxImage | Gets or sets the checkbox icon in the checked state. |
DisabledCheckBoxColor | Gets or sets the color of the checkbox in the disabled unchecked state. |
DisabledCheckedCheckBoxColor | Gets or sets the color of the checkbox in the disabled checked state. |
DisabledLabelColor | Gets or sets the color of the label in the disabled state. |
IndeterminateCheckBoxImage | Gets or sets the checkbox icon in the indeterminate state. |
IsChecked | Gets or sets whether the checkbox is checked. |
Label | Gets or sets the text displayed next to the checkbox. |
LabelColor | Gets or sets the color of the label. |
LabelFontAttributes | Gets or sets whether the font used to render the label is italic, bold, both, or neither. |
LabelFontFamily | Gets or sets the name of the font used to render the label. |
LabelFontSize | Gets or sets the size of the font used to render the label. |
LabelHorizontalAlignment | Gets or sets the horizontal alignment of the label. |
LabelTextDecorations | Allows you to underline and/or cross out the label text. |
LabelVerticalAlignment | Gets or sets the vertical alignment of the label. |
Padding | |
UncheckedCheckBoxImage | Gets or sets the checkbox icon in the unchecked state. |
See Also