UITestElementKind Enum

Definition

This enumeration is used by IUITechnologyElement objects to identify the kind of UI element.

public enum class UITestElementKind
public enum UITestElementKind
type UITestElementKind = 
Public Enum UITestElementKind
Inheritance
UITestElementKind

Fields

Child 12

Specifies that the element is a query ID for descendent child elements. (12)

ColumnLeft 7

Specifies the column-left component of a horizontal scroll bar. (7)

ColumnRight 8

Specifies the column-right component of a horizontal scroll bar. (8)

ComboBoxButton 14

Specifies the button on a combo box. (14)

HorizontalScrollBar 1

Specifies a horizontal scroll bar. (1)

HorizontalThumb 11

Specifies the horizontal thumb component of a vertical scroll bar. (11)

LineDown 3

Specifies the line-down component of a vertical scroll bar. (3)

LineUp 2

Specifies the line-up component of a vertical scroll bar. (2)

PageDown 5

Specifies the page-down component of a vertical scroll bar. (5)

PageLeft 9

Specifies the page-left component of a horizontal scroll bar. (9)

PageRight 10

Specifies the page-right component of a horizontal scroll bar. (10)

PageUp 4

Specifies the page-up component of a vertical scroll bar. (4)

SelectedItems 13

Specifies that the element is a query ID for descendent elements that are selected. (13)

VerticalScrollBar 0

Specifies a vertical scroll bar. (0)

VerticalThumb 6

Specifies the vertical thumb component of a vertical scroll bar. (6)

Applies to