Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
VerticalScrollBar | Specifies a vertical scroll bar. (0) | |
HorizontalScrollBar | Specifies a horizontal scroll bar. (1) | |
LineUp | Specifies the line-up component of a vertical scroll bar. (2) | |
LineDown | Specifies the line-down component of a vertical scroll bar. (3) | |
PageUp | Specifies the page-up component of a vertical scroll bar. (4) | |
PageDown | Specifies the page-down component of a vertical scroll bar. (5) | |
VerticalThumb | Specifies the vertical thumb component of a vertical scroll bar. (6) | |
ColumnLeft | Specifies the column-left component of a horizontal scroll bar. (7) | |
ColumnRight | Specifies the column-right component of a horizontal scroll bar. (8) | |
PageLeft | Specifies the page-left component of a horizontal scroll bar. (9) | |
PageRight | Specifies the page-right component of a horizontal scroll bar. (10) | |
HorizontalThumb | Specifies the horizontal thumb component of a vertical scroll bar. (11) | |
Child | Specifies that the element is a query ID for descendent child elements. (12) | |
SelectedItems | Specifies that the element is a query ID for descendent elements that are selected. (13) | |
ComboBoxButton | Specifies the button on a combo box. (14) |