Share via


SplitButtonAutomationPeer.ExpandCollapseState Property

Definition

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

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

Property Value

A value of the enumeration.

Implements

Applies to