ToggleState
ToggleState
ToggleState
ToggleState
Enum
Definition
Contains values that specify the ToggleState of a UI Automation element.
public : enum class ToggleStatepublic enum ToggleStatePublic Enum ToggleState// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Indeterminate Indeterminate Indeterminate Indeterminate | The UI Automation element is in an indeterminate state. |
| Off Off Off Off | The UI Automation element isn't selected, checked, marked, or otherwise activated. |
| On On On On | The UI Automation element is selected, checked, marked, or otherwise activated. |