System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Enum 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. uses this enumeration. For more information about the accessibility application, search for the "Microsoft Active Accessibility" topic in the MSDN library. Specifies values for navigating among accessible objects. Field System.Windows.Forms.AccessibleNavigation Navigation to a sibling object located below the starting object. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.AccessibleNavigation Navigation to the first child of the object. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.AccessibleNavigation Navigation to the last child of the object. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.AccessibleNavigation Navigation to the sibling object located to the left of the starting object. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.AccessibleNavigation Navigation to the next logical object, typically from a sibling object to the starting object. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.AccessibleNavigation Navigation to the previous logical object, typically from a sibling object to the starting object. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.AccessibleNavigation Navigation to the sibling object located to the right of the starting object. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.AccessibleNavigation Navigation to a sibling object located above the starting object. 1.0.5000.0 2.0.0.0