Skip to main content

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)

public interface IToggleProvider
View Source

Properties

ToggleStateGets the toggle state of the control.

Methods

Toggle()Cycles through the toggle states of a control.

See Also

Reference

Avalonia.Automation.Provider Namespace