CheckState
CheckState enum
State of checkable control (e. g. checkbox).
enum class CheckState
Values
Name | Value | Description |
---|---|---|
Unchecked | 0 | Unchecked. |
Checked | 1 | Checked. |
Indeterminate | 2 | Transition state which is most commonly depicted as shaded. |
See Also
- Namespace System::Windows::Forms
- Library Aspose.Slides