AutomationControlType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the ControlType that is exposed to the UI Automation client.
public enum class AutomationControlType
public enum AutomationControlType
type AutomationControlType =
Public Enum AutomationControlType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Button | 0 | A Button control type. |
Calendar | 1 | A Calendar control type. |
CheckBox | 2 | A CheckBox control type. |
ComboBox | 3 | A ComboBox control type. |
Edit | 4 | An Edit control type. |
Hyperlink | 5 | A Hyperlink control type. |
Image | 6 | An Image control type. |
ListItem | 7 | A ListItem control type. |
List | 8 | A List control type. |
Menu | 9 | A Menu control type. |
MenuBar | 10 | A MenuBar control type. |
MenuItem | 11 | A MenuItem control type. |
ProgressBar | 12 | A ProgressBar control type. |
RadioButton | 13 | A RadioButton control type. |
ScrollBar | 14 | A ScrollBar control type. |
Slider | 15 | A Slider control type. |
Spinner | 16 | A Spinner control type. |
StatusBar | 17 | A StatusBar control type. |
Tab | 18 | A Tab control type. |
TabItem | 19 | A TabItem control type. |
Text | 20 | A Text control type. |
ToolBar | 21 | A ToolBar control type. |
ToolTip | 22 | A ToolTip control type. |
Tree | 23 | A Tree control type. |
TreeItem | 24 | A TreeItem control type. |
Custom | 25 | A Custom control type. |
Group | 26 | A Group control type. |
Thumb | 27 | A Thumb control type. |
DataGrid | 28 | A DataGrid control type. |
DataItem | 29 | A DataItem control type. |
Document | 30 | A Document control type. |
SplitButton | 31 | A SplitButton control type. |
Window | 32 | A Window control type. |
Pane | 33 | A Pane control type. |
Header | 34 | A Header control type. |
HeaderItem | 35 | A HeaderItem control type. |
Table | 36 | A Table control type. |
TitleBar | 37 | A TitleBar control type. |
Separator | 38 | A Separator control type. |