Microsoft SDK for Java

getAccState

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

Syntax

public Variant getAccState(Variant varChild);

Return Value

Returns a Variant 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 that the state code is requested for.

Overrides

getAccState(Variant) in IAccessible.

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