次の方法で共有


MenuBarItemAutomationPeer.ExpandCollapseState プロパティ

定義

MenuBarItem の状態 (展開または折りたたみ) を取得します。

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

プロパティ値

列挙体の値。

実装

適用対象