Enum | +--CheckStatepublic class CheckState
Represents an enumeration used for various controls that can have checked or selected states (for example, a CheckBox or a CheckedListBox). Items can be completely checked, completely unchecked, or, in some cases, partially checked, in which case a shaded checkbox is typically displayed.
Fields
Name | Description |
---|---|
CHECKED | The item is checked. |
MAX | Topic under construction. |
MIN | Topic under construction. |
PARTIAL | The item is partially checked. |
UNCHECKED | The item is unchecked. |