This method of the IAccessibleDefault Interface retrieves the role property of a specified child object.
public Variant getAccRole(Variant varChild);
Returns a Variant object that contains a role constant or a string that describes the object's role.
varChild | The value that identifies the child object whose role is requested. |
getAccRole(Variant) in IAccessible.