Table of Contents

Interface ITogglePattern

Namespace
HP.LFT.SDK.UIAPro
Assembly
HP.LFT.SDK.dll

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

ToggleState

Methods

Toggle()

Cycles through the toggle states of the control.

void Toggle()