ToggleState class enum

Contains values that specify the toggle state of a Microsoft UI Automation element that implements the Toggle control pattern.

Constructors

ToggleState()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ToggleState_Indeterminate → const int
The UI Automation element is in an indeterminate state.
ToggleState_Off → const int
The UI Automation element is not selected, checked, marked or otherwise activated.
ToggleState_On → const int
The UI Automation element is selected, checked, marked or otherwise activated.