property Editor.CheckState as CheckStateEnum
Retrieves or sets a value that indicates the check box's state.

TypeDescription
CheckStateEnum A CheckStateEnum expression that indicates the state of the control's check box.

Use the CheckState property to change the control's check box state. The CheckStateChanged event notifies your application that the CheckState property is changing. Use the HasCheckBox property to show or hide the control's check box. Use the PartialCheck property to allow two or three states for the check box.