TreeViewItemAutomationPeer.ExpandCollapseState 屬性

定義

取得值,指出相關聯 TreeViewItem 的展開或折迭狀態。

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

屬性值

相關聯 TreeViewItem 的展開或折迭狀態。 預設值為 Expanded

實作

備註

ExpandCollapseState 只是指立即子對象的可見度,它不會參考所有子系對象的可見度。

適用於