-
Notifications
You must be signed in to change notification settings - Fork 1
CheckState
Konoplev Anatolii edited this page Jun 14, 2020
·
2 revisions
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| value | Description |
|---|---|
| Checked | Control was checked |
| Indeterminate | Control indeterminate |
| Unchecked | Control unchecked |