MenuBarItemAutomationPeer.ExpandCollapseState Property

Definition

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

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Automation.Peers.MenuBarItemAutomationPeer.ExpandCollapseState (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

Property Value

A value of the enumeration.

Implements

Applies to