System.Windows.Forms.AccessibleNavigation Enumeration

Specifies values for navigating among accessible objects.

Syntax

public enum AccessibleNavigation

Remarks

Accessible navigation directions are either spatial (up, down, left, and right) or logical (first child, last child, next, and previous). Logical directions are used when clients navigate from one user interface element to another within the same container.

System.Windows.Forms.AccessibleObject uses this enumeration.

For more information about the accessibility application, search for the "Microsoft Active Accessibility" topic in the MSDN library.

Members

Member NameDescription
Down

Navigation to a sibling object located below the starting object.

FirstChild

Navigation to the first child of the object.

LastChild

Navigation to the last child of the object.

Left

Navigation to the sibling object located to the left of the starting object.

Next

Navigation to the next logical object, typically from a sibling object to the starting object.

Previous

Navigation to the previous logical object, typically from a sibling object to the starting object.

Right

Navigation to the sibling object located to the right of the starting object.

Up

Navigation to a sibling object located above the starting object.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0