IExpandCollapseProvider.ExpandCollapseState プロパティ

定義

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

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

プロパティ値

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

適用対象