ToggleButtonAutomationPeer.ToggleState Property

Definition

Gets the toggle state of the control.

public:
 property ToggleState ToggleState { ToggleState get(); };
ToggleState ToggleState();
public ToggleState ToggleState { get; }
var toggleState = toggleButtonAutomationPeer.toggleState;
Public ReadOnly Property ToggleState As ToggleState

Property Value

The toggle state of the control.

Implements

Applies to