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) Version: 11.3.999
public interface IToggleProvider

Properties

ToggleState Gets the toggle state of the control.

Methods

Toggle Cycles through the toggle states of a control.

See Also