AutomationControlType Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Specifies the control type that is exposed to the UI automation client.
Namespace: System.Windows.Automation.Peers
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Enumeration AutomationControlType
public enum AutomationControlType
Members
Member name | Description | |
---|---|---|
Button | A button control. | |
Calendar | A calendar control, such as a date picker. | |
CheckBox | A check box control. | |
ComboBox | A combo box control. | |
Edit | An edit control, such as a text box. | |
Hyperlink | A hyperlink control. | |
Image | An image control. | |
ListItem | A list item control, which is a child item of a list control. | |
List | A list control, such as a list box. | |
Menu | A menu control, such as a top-level menu in an application window. | |
MenuBar | A menu bar control, which generally contains a set of top-level menus. | |
MenuItem | A menu item control. | |
ProgressBar | A progress bar control, which visually indicates the progress of a lengthy operation. | |
RadioButton | A radio button control, which is a selection mechanism allowing exactly one selected item in a group. | |
ScrollBar | A scroll bar control, such as a scroll bar in an application window. | |
Slider | A slider control. | |
Spinner | A spinner control. | |
StatusBar | A status bar control. | |
Tab | A tab control. | |
TabItem | A tab item control, which represents a page of a tab control. | |
Text | An edit control, such as a text box or rich text box. | |
ToolBar | A toolbar, such as the control that contains a set of command buttons in an application window. | |
ToolTip | A tooltip control, an informational window that appears as a result of moving the pointer over a control or sometimes when tabbing to a control using the keyboard. | |
Tree | A tree control. | |
TreeItem | A node in a tree control. | |
Custom | A control that is not one of the defined control types. | |
Group | A group control, which acts as a container for other controls. | |
Thumb | The control in a scrollbar that can be dragged to a different position. | |
DataGrid | A data grid control. | |
DataItem | A data item control. | |
Document | A document control. | |
SplitButton | A split button, which is a button that performs a default action and can also expand to a list of other possible actions. | |
Window | A window frame, which contains child objects. | |
Pane | A pane control. | |
Header | A header control, which is a container for the labels of rows and columns of information. | |
HeaderItem | A header item, which is the label for a row or column of information. | |
Table | A table. | |
TitleBar | The caption bar on a window. | |
Separator | A separator, which creates a visual division in controls such as menus and toolbars. |
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also