Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestElementKind Enumeration

 

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)

public enum class UITestElementKind

Member nameDescription
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)

Return to top
Show: