This documentation is archived and is not being maintained.
AutomationControlType Enumeration
Visual Studio 2008
Specifies the ControlType that is exposed to the UI Automation client.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Button | A Button control type. | |
| Calendar | A Calendar control type. | |
| CheckBox | A CheckBox control type. | |
| ComboBox | A ComboBox control type. | |
| Edit | An Edit control type. | |
| Hyperlink | A Hyperlink control type. | |
| Image | An Image control type. | |
| ListItem | A ListItem control type. | |
| List | A List control type. | |
| Menu | A Menu control type. | |
| MenuBar | A MenuBar control type. | |
| MenuItem | A MenuItem control type. | |
| ProgressBar | A ProgressBar control type. | |
| RadioButton | A RadioButton control type. | |
| ScrollBar | A ScrollBar control type. | |
| Slider | A Slider control type. | |
| Spinner | A Spinner control type. | |
| StatusBar | A StatusBar control type. | |
| Tab | A Tab control type. | |
| TabItem | A TabItem control type. | |
| Text | A Text control type. | |
| ToolBar | A ToolBar control type. | |
| ToolTip | A ToolTip control type. | |
| Tree | A Tree control type. | |
| TreeItem | A TreeItem control type. | |
| Custom | A Custom control type. | |
| Group | A Group control type. | |
| Thumb | A Thumb control type. | |
| DataGrid | A DataGrid control type. | |
| DataItem | A DataItem control type. | |
| Document | A Document control type. | |
| SplitButton | A SplitButton control type. | |
| Window | A Window control type. | |
| Pane | A Pane control type. | |
| Header | A Header control type. | |
| HeaderItem | A HeaderItem control type. | |
| Table | A Table control type. | |
| TitleBar | A TitleBar control type. | |
| Separator | A Separator control type. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: