Skip to main content

ToggleState Enumeration

Contains values that specify the toggle state of a UI Automation element.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum ToggleState

Members

Off0The UI Automation element isn't selected, checked, marked, or otherwise activated.
On1The UI Automation element is selected, checked, marked, or otherwise activated.
Indeterminate2The UI Automation element is in an indeterminate state.

See Also

Reference

Avalonia.Automation.Provider Namespace