- navdir
- One of the System.Windows.Forms.AccessibleNavigation values.
An System.Windows.Forms.AccessibleObject that represents one of the System.Windows.Forms.AccessibleNavigation values.
Navigation, both spatial and logical, is always restricted to the user interface elements within a container. With spatial navigation, clients can navigate only to a sibling of the starting object. Depending on the navigational flag used with logical navigation, clients can navigate to either a child or to a sibling of the starting object. This method does not change the selection or focus. To change the focus or to select an object, use AccessibleObject.Select(AccessibleSelection). The AccessibleObject.Navigate(AccessibleNavigation) method retrieves only user interface elements that have a defined screen location.