DesktopCheckBox.VisualStates
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Enumeration
Specifies all possible visual states of a checkbox.
Values
Enum | Description |
---|---|
Checked | The checkbox is checked. Its value is True. |
Unchecked | The CheckBox is unchecked. Its DesktopCheckBox.Value is False. |
Indeterminate | The CheckBox is neither checked or unchecked. |