IToggleProvider Interface
Exposes methods and properties to support UI Automation client access to controls that can cycle through a set of states and maintain a particular state.
Definition
Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public interface IToggleProvider
Public Interface IToggleProvider
type IToggleProvider = interface end
Properties
ToggleState | Gets the toggle state of the control. |
Methods
Toggle() | Cycles through the toggle states of a control. |