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.