AppBarAutomationPeer.ExpandCollapseState Property

Definition

Gets the state, expanded or collapsed, of the control.

public:
 property ExpandCollapseState ExpandCollapseState { ExpandCollapseState get(); };
ExpandCollapseState ExpandCollapseState();
public ExpandCollapseState ExpandCollapseState { get; }
var expandCollapseState = appBarAutomationPeer.expandCollapseState;
Public ReadOnly Property ExpandCollapseState As ExpandCollapseState

Property Value

A value of the enumeration.

Implements

Applies to