CheckState - ahatornn/clforms GitHub Wiki
CheckState
ClForms.Common.CheckState
Indicates the status of a control, such as a check box, that can be checked, unchecked, or set to undefined
public enum CheckState
Values
| value | Description |
|---|---|
| Checked | Control was checked |
| Indeterminate | Control indeterminate |
| Unchecked | Control unchecked |