[]
Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.
public enum CheckState
Public Enum CheckState
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. |