Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 694 Bytes

togglestate.md

File metadata and controls

32 lines (20 loc) · 694 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Automation.ToggleState
winrt enum

ToggleState

-description

Contains values that specify the ToggleState of a UI Automation element.

-enum-fields

-field Off:0

The UI Automation element isn't selected, checked, marked, or otherwise activated.

-field On:1

The UI Automation element is selected, checked, marked, or otherwise activated.

-field Indeterminate:2

The UI Automation element is in an indeterminate state.

-remarks

-examples

-see-also