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)
- C#
- VB
- F#
public enum ToggleState
Public Enumeration ToggleState
type ToggleState
Members
Off | 0 | The UI Automation element isn't selected, checked, marked, or otherwise activated. |
On | 1 | The UI Automation element is selected, checked, marked, or otherwise activated. |
Indeterminate | 2 | The UI Automation element is in an indeterminate state. |