AutomationNavigationDirection Enum

Definition

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

public enum class AutomationNavigationDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationNavigationDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationNavigationDirection
Public Enum AutomationNavigationDirection
Inheritance
AutomationNavigationDirection
Attributes

Fields

FirstChild 3

Navigate to the first child of the current node.

LastChild 4

Navigate to the last child of the current node.

NextSibling 1

Navigate to the next sibling of the current node.

Parent 0

Navigate to the parent of the current node.

PreviousSibling 2

Navigate to the previous sibling of the current node.

Applies to