Interface IToggleProvider
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.
Namespace: System.Windows.Automation.Provider
Assembly: OpenSilver.dll
Syntax
public interface IToggleProvider
Properties
| Improve this Doc View SourceToggleState
Gets the toggle state of the control.
Declaration
ToggleState ToggleState { get; }
Property Value
Type | Description |
---|---|
ToggleState | The toggle state of the control, as a value of the enumeration. |
Methods
| Improve this Doc View SourceToggle()
Cycles through the toggle states of a control.
Declaration
void Toggle()