ControlType.Tree 字段

定义

标识一个树控件。

public: static initonly System::Windows::Automation::ControlType ^ Tree;
public static readonly System.Windows.Automation.ControlType Tree;
 staticval mutable Tree : System.Windows.Automation.ControlType
Public Shared ReadOnly Tree As ControlType 

字段值

注解

Tree控件类型是 或 DataItem 控件类型的分层排列的TreeItem容器。

树的每个节点可以包含其他节点。 包含子节点的节点可以显示为展开或折叠。

适用于

另请参阅