AutomationElement.AutomationElementInformation.ControlType 属性

定义

获取元素的 ControlType

public:
 property System::Windows::Automation::ControlType ^ ControlType { System::Windows::Automation::ControlType ^ get(); };
public System.Windows.Automation.ControlType ControlType { get; }
member this.ControlType : System.Windows.Automation.ControlType
Public ReadOnly Property ControlType As ControlType

属性值

此元素的交互模型。 默认值是 Custom

注解

控件类型描述任意 UI 自动化元素的已知交互模型,而不依赖于本地化的控件类型或复杂逻辑规则的组合。

此属性在运行时可以更改的唯一情况是支持 MultipleViewPattern的控件。 例如,Win32 ListView 控件,它可以从 DataGrid 更改为 List,具体取决于当前视图。

有关详细信息,请参阅 ControlTypeProperty

适用于

另请参阅