SplitButtonAutomationPeer.ExpandCollapseState プロパティ

定義

コントロールの状態 (展開されているか、または折りたたまれているかのいずれか) を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.SplitButtonAutomationPeer.ExpandCollapseState (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。

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

プロパティ値

列挙体の値。

実装

適用対象