CheckState

CheckState enum

State of checkable control (e. g. checkbox).

enum class CheckState

Values

NameValueDescription
Unchecked0Unchecked.
Checked1Checked.
Indeterminate2Transition state which is most commonly depicted as shaded.

See Also