ComponentIF.refAccessibleAtPoint

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

interface ComponentIF
refAccessibleAtPoint

Parameters

x int

x coordinate

y int

y coordinate

coordType AtkCoordType

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

Return Value

Type: ObjectAtk

a reference to the accessible child, if one exists

Meta