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.
Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITogglePattern
Properties
ToggleState
Provides access to the property values of a ToggleState object using its Current or Cached accessors.
Declaration
ToggleState ToggleState { get; }
Property Value
| Type | Description |
|---|---|
| ToggleState |
Methods
Toggle()
Cycles through the toggle states of the control.
Declaration
void Toggle()