TreeViewItemAutomationPeer.ExpandCollapseState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出相關聯 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 只是指立即子對象的可見度,它不會參考所有子系對象的可見度。