Enum CheckState
Specifies check state of the check box.
public enum CheckState
Fields
Checked = 1
Indicates that checkbox is checked.
Mixed = 2
Mixed state.
Unchecked = 0
Indicates that checkbox is unchecked.
Specifies check state of the check box.
public enum CheckState
Checked = 1
Indicates that checkbox is checked.
Mixed = 2
Mixed state.
Unchecked = 0
Indicates that checkbox is unchecked.