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) Version: 11.3.999
C#
public enum ToggleState

Members

Off0 The UI Automation element isn't selected, checked, marked, or otherwise activated.
On1 The UI Automation element is selected, checked, marked, or otherwise activated.
Indeterminate2 The UI Automation element is in an indeterminate state.

See Also