Microsoft SDK for Java

getAccState

This method of the IAccessible Interface retrieves the current state code of the object.

Syntax

public Variant getAccState(Variant varChild);

Return Value

Returns a Variant object that describes the state of the object, either a string or a value equal to one or more of the object state constants.

Parameters

varChild The value that identifies the child object for which the state code is requested.

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