constants CheckStateEnum
Specifies whether the editor's checkbox displays two or three states. The
PartialCheck
property specifies whether the checkbox of the editor displays two states or three states. Use the
HasCheckBox
property to assign a checkbox to an editor.
Name
Value
Description
Unchecked
0
The associated check box is unchecked.
Checked
1
The associated check box is checked.
PartialChecked
2
The associated check box is partially checked.