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