Windows apps
Collapse the table of content
Expand the table of content
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.

NavigateDirection Enumeration

 

Contains values used to specify the direction of navigation within the UI Automation tree.

Namespace:   System.Windows.Automation.Provider
Assembly:  UIAutomationProvider (in UIAutomationProvider.dll)

<ComVisibleAttribute(True)>
<GuidAttribute("670c3006-bf4c-428b-8534-e1848f645122")>
Public Enumeration NavigateDirection

Member nameDescription
FirstChild

The navigation direction is to the first child.

LastChild

The navigation direction is to the last child.

NextSibling

The navigation direction is to the next sibling.

Parent

The navigation direction is toward the parent.

PreviousSibling

The navigation direction is to the previous sibling.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft