This enumeration is used by IUITechnologyElement objects to identify the kind of UI element.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration UITestElementKind
public enum UITestElementKind
public enum class UITestElementKind
type UITestElementKind
public enum UITestElementKind
Members
| Member name | Description | |
|---|---|---|
| Child | Specifies that the element is a query ID for descendent child elements. (12) | |
| ColumnLeft | Specifies the column-left component of a horizontal scroll bar. (7) | |
| ColumnRight | Specifies the column-right component of a horizontal scroll bar. (8) | |
| ComboBoxButton | Specifies the button on a combo box. (14) | |
| HorizontalScrollBar | Specifies a horizontal scroll bar. (1) | |
| HorizontalThumb | Specifies the horizontal thumb component of a vertical scroll bar. (11) | |
| LineDown | Specifies the line-down component of a vertical scroll bar. (3) | |
| LineUp | Specifies the line-up component of a vertical scroll bar. (2) | |
| PageDown | Specifies the page-down component of a vertical scroll bar. (5) | |
| PageLeft | Specifies the page-left component of a horizontal scroll bar. (9) | |
| PageRight | Specifies the page-right component of a horizontal scroll bar. (10) | |
| PageUp | Specifies the page-up component of a vertical scroll bar. (4) | |
| SelectedItems | Specifies that the element is a query ID for descendent elements that are selected. (13) | |
| VerticalScrollBar | Specifies a vertical scroll bar. (0) | |
| VerticalThumb | Specifies the vertical thumb component of a vertical scroll bar. (6) |