Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.
Multiple methods in System.Windows.Forms.CheckBox, System.Windows.Forms.CheckedListBox, and System.Windows.Forms.ItemCheckEventArgs use this enumeration.
Use an indeterminately checked control when you do not want to set a default value.
Member Name | Description |
---|---|
Checked |
The control is checked. |
Indeterminate |
The control is indeterminate. An indeterminate control generally has a shaded appearance. |
Unchecked |
The control is unchecked. |