This method of the IAccessible Interface retrieves the child object at a specified location on the screen. That is, a point on the screen is tested to see if there is a child object (a hit) located at that point.
public Variant accHitTest(int xLeft, int yTop);
Returns a Variant object that describes the child object located at the specified coordinates.
xLeft | The x-coordinate of the point on the screen that is hit-tested. |
yTop | The y-coordinate of the point on the screen that is hit-tested. |