Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
NavigateDirection enumeration (uiautomationcore.h)
Contains values used to specify the direction of navigation within the Microsoft UI Automation tree.
Syntax
typedef enum NavigateDirection {
NavigateDirection_Parent = 0,
NavigateDirection_NextSibling = 1,
NavigateDirection_PreviousSibling = 2,
NavigateDirection_FirstChild = 3,
NavigateDirection_LastChild = 4
} ;
Constants
NavigateDirection_ParentValue: 0 The navigation direction is to the parent. |
NavigateDirection_NextSiblingValue: 1 The navigation direction is to the next sibling. |
NavigateDirection_PreviousSiblingValue: 2 The navigation direction is to the previous sibling. |
NavigateDirection_FirstChildValue: 3 The navigation direction is to the first child. |
NavigateDirection_LastChildValue: 4 The navigation direction is to the last child. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
| Header | uiautomationcore.h (include UIAutomation.h) |
See also
Feedback
Was this page helpful?
