UITestElementKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
VerticalScrollBar | 0 | Specifies a vertical scroll bar. (0) |
HorizontalScrollBar | 1 | Specifies a horizontal scroll bar. (1) |
LineUp | 2 | Specifies the line-up component of a vertical scroll bar. (2) |
LineDown | 3 | Specifies the line-down component of a vertical scroll bar. (3) |
PageUp | 4 | Specifies the page-up component of a vertical scroll bar. (4) |
PageDown | 5 | Specifies the page-down component of a vertical scroll bar. (5) |
VerticalThumb | 6 | Specifies the vertical thumb component of a vertical scroll bar. (6) |
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) |
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) |
HorizontalThumb | 11 | Specifies the horizontal thumb component of a vertical scroll bar. (11) |
Child | 12 | Specifies that the element is a query ID for descendent child elements. (12) |
SelectedItems | 13 | Specifies that the element is a query ID for descendent elements that are selected. (13) |
ComboBoxButton | 14 | Specifies the button on a combo box. (14) |