Enum ToggleState
Contains values that specify the ToggleState of a UI automation element.
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public enum ToggleState
Fields
| Name | Description |
|---|---|
| Indeterminate | The UI automation element is in an indeterminate state. |
| Off | The UI automation element is not selected, checked, marked, or otherwise activated. |
| On | The UI automation element is selected, checked, marked, or otherwise activated. |