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 仅指直接子对象的可见性,它并不指所有后代对象的可见性。