AutomationControlType 枚举

定义

指定向 Microsoft UI 自动化客户端公开的控件类型。 由 GetAutomationControlType 使用

public enum class AutomationControlType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationControlType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationControlType
Public Enum AutomationControlType
继承
AutomationControlType
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

AppBar 40

已在 中引入。 应用栏控件 (AppBar) 。

Button 0

按钮控件。

Calendar 1

日历控件,例如日期选取器。

CheckBox 2

检查框控件。

ComboBox 3

组合框控件。

Custom 25

不是定义的控件类型之一的控件。

DataGrid 28

数据网格控件。

DataItem 29

数据项控件。

Document 30

文档控件。

Edit 4

编辑控件,例如文本框。

Group 26

组控件,充当其他控件的容器。

Header 34

标头控件,它是信息行和列标签的容器。

HeaderItem 35

标题项,它是信息行或信息列的标签。

5

超链接控件。

Image 6

图像控件。

List 8

列表控件,例如列表框。

ListItem 7

列表项控件,它是列表控件的子项。

Menu 9

菜单控件,例如应用程序窗口中的顶级菜单。

MenuBar 10

菜单栏控件,通常包含一组顶级菜单。

MenuItem 11

菜单项控件。

Pane 33

窗格控件。

ProgressBar 12

进度栏控件,它直观地指示长时间操作的进度。

RadioButton 13

单选按钮控件,它是一种选择机制,允许在组中恰好一个选定项。

ScrollBar 14

滚动条控件,例如应用程序窗口中的滚动条。

SemanticZoom 39

语义式缩放控件。

Separator 38

分隔符,用于在菜单和工具栏等控件中创建可视划分。

Slider 15

滑块控件。

Spinner 16

微调器控件。

SplitButton 31

拆分按钮,它是执行默认操作的按钮,也可以展开到其他可能操作的列表。

StatusBar 17

状态栏控件。

Tab 18

选项卡控件。

TabItem 19

选项卡项控件,表示选项卡控件的页面。

Table 36

表。

Text 20

编辑控件,例如文本框或格式文本框。

Thumb 27

滚动条中的控件,可拖动到其他位置。

TitleBar 37

窗口上的描述文字栏。

ToolBar 21

工具栏,例如在应用程序窗口中包含一组命令按钮的控件。

ToolTip 22

工具提示控件,一个信息性窗口,由于将指针移动到控件上,或者有时在使用键盘按 Tab 键指向控件时出现。

Tree 23

树控件。

TreeItem 24

树控件中的节点。

Window 32

一个窗口框架,其中包含子对象。

适用于

另请参阅