This method of the IAccessible 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 | A Variant object that specifies the type of navigation desired. 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. |