This method of the IAccessible Interface retrieves the current state code of the object.
public Variant getAccState(Variant varChild);
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.
varChild | The value that identifies the child object for which the state code is requested. |