CheckState Enumeration
.NET Framework (current version)
Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
Multiple methods in CheckBox, CheckedListBox, and ItemCheckEventArgs use this enumeration.
Note |
|---|
Use an indeterminately checked control when you do not want to set a default value. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
