共用方式為


DropDownButtonAutomationPeer.ExpandCollapseState 屬性

定義

取得控制項的狀態,可能為展開或摺疊。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.DropDownButtonAutomationPeer.ExpandCollapseState (for WinUI 在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。

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

屬性值

列舉值。

實作

適用於