Share via


DropDownButtonAutomationPeer.ExpandCollapseState プロパティ

定義

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

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

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

プロパティ値

列挙体の値。

実装

適用対象