AutomationNavigationDirection AutomationNavigationDirection AutomationNavigationDirection AutomationNavigationDirection Enum

Definition

Defines the directions of navigation within the Microsoft UI Automation tree.

public : enum class AutomationNavigationDirectionpublic enum AutomationNavigationDirectionPublic Enum AutomationNavigationDirection// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

FirstChild FirstChild FirstChild FirstChild

Navigate to the first child of the current node.

LastChild LastChild LastChild LastChild

Navigate to the last child of the current node.

NextSibling NextSibling NextSibling NextSibling

Navigate to the next sibling of the current node.

Parent Parent Parent Parent

Navigate to the parent of the current node.

PreviousSibling PreviousSibling PreviousSibling PreviousSibling

Navigate to the previous sibling of the current node.