This method of the IAccessibleDefault Interface retrieves the sibling or child object that is navigated to in a specified direction.
public Variant accNavigate(int navDir, Variant varStart);
Returns a Variant object that contains information about the object that is navigated to.
navDir | The navigation code that specifies the navigation direction. |
varStart | The Variant object that specifies the type of navigation needed. If the variant type is VT_EMPTY, the method retrieves a sibling object. If the variant type is VT_I4 and the value is CHILDID_SELF, the method retrieves a child object. |
accNavigate(int,Variant) in IAccessible.