Share via


ToggleSplitButtonAutomationPeer.ExpandCollapseState Property

Definition

Gets a value indicating the expanded or collapsed state of the associated ToggleSplitButton.

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

Property Value

The expanded or collapsed state of the associated ToggleSplitButton. The default value is Expanded.

Implements

Applies to