ref_accessible_at_point


Description:

public abstract Object? ref_accessible_at_point (int x, int y, CoordType coord_type)

Gets a reference to the accessible child, if one exists, at the coordinate point specified by x and y.

Parameters:

this

the Component

x

x coordinate

y

y coordinate

coord_type

specifies whether the coordinates are relative to the screen or to the components top level window

Returns:

a reference to the accessible child, if one exists