AutomationNavigationDirection Enum

Definition

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

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationNavigationDirection
Inheritance
AutomationNavigationDirection
Attributes

Fields

Name Value Description
Parent 0

Navigate to the parent of the current node.

NextSibling 1

Navigate to the next sibling of the current node.

PreviousSibling 2

Navigate to the previous sibling of the current node.

FirstChild 3

Navigate to the first child of the current node.

LastChild 4

Navigate to the last child of the current node.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6