Skip to main content
A newer version of this page is available. .

CheckEdit Properties

A checkbox that supports the indeterminate state.
Name Description
ActualAppearance Gets the common appearance settings that are applied to the current CheckEdit.
AllowIndeterminateInput Gets or sets whether a user can set the editor to the indeterminate state. This is a bindable property.
CheckBoxAlignment Gets or sets the vertical or horizontal alignment of the checkbox. This is a bindable property.
CheckBoxColor Gets or sets the color of the checkbox in the unchecked state. This is a bindable property.
CheckBoxIndent Gets or sets the indent of the checkbox from the label. This is a bindable property.
CheckBoxPosition Gets or sets whether the checkbox is at the left, right, top, or bottom side of the parent layout. This is a bindable property.
CheckedCheckBoxColor Gets or sets the color of the checkbox in the checked state. This is a bindable property.
CheckedCheckBoxImage Gets or sets the checkbox icon in the checked state. This is a bindable property.
DisabledCheckBoxColor Gets or sets the color of the checkbox in the disabled unchecked state. This is a bindable property.
DisabledCheckedCheckBoxColor Gets or sets the color of the checkbox in the disabled checked state. This is a bindable property.
DisabledLabelColor Gets or sets the color of the label in the disabled state. This is a bindable property.
IndeterminateCheckBoxImage Gets or sets the checkbox icon in the indeterminate state. This is a bindable property.
IsChecked Gets or sets whether the checkbox is checked. This is a bindable property.
Label Gets or sets the text displayed next to the checkbox. This is a bindable property.
LabelColor Gets or sets the color of the label. This is a bindable property.
LabelFontAttributes Gets or sets whether the font used to render the label is italic, bold, both, or neither. This is a bindable property.
LabelFontFamily Gets or sets the name of the font used to render the label. This is a bindable property.
LabelFontSize Gets or sets the size of the font used to render the label. This is a bindable property.
LabelHorizontalAlignment Gets or sets the horizontal alignment of the label. This is a bindable property.
LabelTextDecorations Gets or sets whether the label’s text is underlined and/or crossed out. This is a bindable property.
LabelVerticalAlignment Gets or sets the vertical alignment of the label. This is a bindable property.
Padding Gets or sets the inner indents around the CheckEdit. This is a bindable property.
UncheckedCheckBoxImage Gets or sets the checkbox icon in the unchecked state. This is a bindable property.
See Also