Microsoft SDK for Java

accNavigate

This method of the IAccessibleDefault 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 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.

Overrides

accNavigate(int,Variant) in IAccessible.

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