控件类型标识符

本主题介绍用于标识 Microsoft UI 自动化 控件类型的命名常量。

常量/值 说明
UIA_AppBarControlTypeId
50040
标识 AppBar 控件类型。 从 Windows 8.1 开始支持。
UIA_ButtonControlTypeId
50000
标识 Button 控件类型。
UIA_CalendarControlTypeId
50001
标识 Calendar 控件类型。
UIA_CheckBoxControlTypeId
50002
标识 CheckBox 控件类型。
UIA_ComboBoxControlTypeId
50003
标识 ComboBox 控件类型。
UIA_CustomControlTypeId
50025
标识自定义控件类型。 有关详细信息,请参阅 自定义属性、事件和控件模式
UIA_DataGridControlTypeId
50028
标识 DataGrid 控件类型。
UIA_DataItemControlTypeId
50029
标识 DataItem 控件类型。
UIA_DocumentControlTypeId
50030
标识 Document 控件类型。
UIA_EditControlTypeId
50004
标识 Edit 控件类型。
UIA_GroupControlTypeId
50026
标识 Group 控件类型。
UIA_HeaderControlTypeId
50034
标识 Header 控件类型。
UIA_HeaderItemControlTypeId
50035
标识 HeaderItem 控件类型。
UIA_HyperlinkControlTypeId
50005
标识 Hyperlink 控件类型。
UIA_ImageControlTypeId
50006
标识 Image 控件类型。
UIA_ListControlTypeId
50008
标识 List 控件类型。
UIA_ListItemControlTypeId
50007
标识 ListItem 控件类型。
UIA_MenuBarControlTypeId
50010
标识 MenuBar 控件类型。
UIA_MenuControlTypeId
50009
标识 Menu 控件类型。
UIA_MenuItemControlTypeId
50011
标识 MenuItem 控件类型。
UIA_PaneControlTypeId
50033
标识 Pane 控件类型。
UIA_ProgressBarControlTypeId
50012
标识 ProgressBar 控件类型。
UIA_RadioButtonControlTypeId
50013
标识 RadioButton 控件类型。
UIA_ScrollBarControlTypeId
50014
标识 ScrollBar 控件类型。
UIA_SemanticZoomControlTypeId
50039
标识 SemanticZoom 控件类型。 从 Windows 8 开始支持。
UIA_SeparatorControlTypeId
50038
标识 分隔符 控件类型。
UIA_SliderControlTypeId
50015
标识 Slider 控件类型。
UIA_SpinnerControlTypeId
50016
标识 Spinner 控件类型。
UIA_SplitButtonControlTypeId
50031
标识 SplitButton 控件类型。
UIA_StatusBarControlTypeId
50017
标识 StatusBar 控件类型。
UIA_TabControlTypeId
50018
标识 Tab 控件类型。
UIA_TabItemControlTypeId
50019
标识 TabItem 控件类型。
UIA_TableControlTypeId
50036
标识 Table 控件类型。
UIA_TextControlTypeId
50020
标识 Text 控件类型。
UIA_ThumbControlTypeId
50027
标识 Thumb 控件类型。
UIA_TitleBarControlTypeId
50037
标识 TitleBar 控件类型。
UIA_ToolBarControlTypeId
50021
标识 ToolBar 控件类型。
UIA_ToolTipControlTypeId
50022
标识 工具提示 控件类型。
UIA_TreeControlTypeId
50023
标识 控件类型。
UIA_TreeItemControlTypeId
50024
标识 TreeItem 控件类型。
UIA_WindowControlTypeId
50032
标识 Window 控件类型。

要求

要求
最低受支持的客户端
Windows XP [仅限桌面应用]
最低受支持的服务器
Windows Server 2003 [仅限桌面应用]
标头
UIAutomationClient.h

请参阅

UI 自动化控件类型概述

UI 自动化常量