AppBarAutomationPeer.ToggleState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property ToggleState ToggleState { ToggleState get(); };
ToggleState ToggleState();
public ToggleState ToggleState { get; }
var toggleState = appBarAutomationPeer.toggleState;
Public ReadOnly Property ToggleState As ToggleState
Property Value
The ToggleState of the owner control.
Implements
Remarks
An automation element must cycle through its toggle state in this order: On, Off and, if supported, Indeterminate.