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

CheckEdit Members

A checkbox that supports the indeterminate state.

Constructors

Name Description
CheckEdit() Initializes a new instance of the CheckEdit class.

Fields

Name Description
AllowIndeterminateInputProperty static Identifies the AllowIndeterminateInput bindable property.
CheckBoxAlignmentProperty static Identifies the CheckBoxAlignment bindable property.
CheckBoxColorProperty static Identifies the CheckBoxColor bindable property.
CheckBoxIndentProperty static Identifies the CheckBoxIndent bindable property.
CheckBoxPositionProperty static Identifies the CheckBoxPosition bindable property.
CheckedCheckBoxColorProperty static Identifies the CheckedCheckBoxColor bindable property.
CheckedCheckBoxImageProperty static Identifies the CheckedCheckBoxImage bindable property.
DisabledCheckBoxColorProperty static Identifies the DisabledCheckBoxColor bindable property.
DisabledCheckedCheckBoxColorProperty static Identifies the DisabledCheckedCheckBoxColor bindable property.
DisabledLabelColorProperty static Identifies the DisabledLabelColor bindable property.
IndeterminateCheckBoxImageProperty static Identifies the IndeterminateCheckBoxImage bindable property.
IsCheckedProperty static Identifies the IsChecked bindable property.
LabelColorProperty static Identifies the LabelColor bindable property.
LabelFontAttributesProperty static Identifies the LabelFontAttributes bindable property.
LabelFontFamilyProperty static Identifies the LabelFontFamily bindable property.
LabelFontSizeProperty static Identifies the LabelFontSize bindable property.
LabelHorizontalAlignmentProperty static Identifies the LabelHorizontalAlignment bindable property.
LabelProperty static Identifies the Label bindable property.
LabelTextDecorationsProperty static Identifies the LabelTextDecorations bindable property.
LabelVerticalAlignmentProperty static Identifies the LabelVerticalAlignment bindable property.
PaddingProperty static Identifies the Padding bindable property.
UncheckedCheckBoxImageProperty static Identifies the UncheckedCheckBoxImage bindable property.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
CheckedChanged Raises when the IsChecked property value changes.
See Also