次の方法で共有


ToggleSplitButtonAutomationPeer.ExpandCollapseState プロパティ

定義

関連付けられた ToggleSplitButton の展開または折りたたまれた状態を示す値を取得します。

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

プロパティ値

関連付けられた ToggleSplitButton の展開または折りたたまれた状態。 既定値は Expanded です

実装

適用対象