Interface ITogglePattern
The methods and properties used to interact with a control that can cycle through a set of states, and maintain a state after it is set.
public interface ITogglePattern
Properties
ToggleState
Provides access to the property values of a ToggleState object using its Current or Cached accessors.
ToggleState ToggleState { get; }
Property Value
Methods
Toggle()
Cycles through the toggle states of the control.
void Toggle()