Microsoft SDK for Java

accNavigate

This method of the IAccessible Interface retrieves the sibling or child object that is navigated to in a specified direction.

Syntax

public Variant accNavigate(int navDir, Variant varStart);

Return Value

Returns a Variant object that contains information about the object that is navigated to.

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.