Element.componentFromPoint() (Method)

Determines what object is under a particular pixel coordinate in the window.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:Element object
JavaScript syntax:IEmyElement.componentFromPoint(anX, aY)
Argument list:anXA horizontal coordinate
aYA vertical coordinate

Return a reference to an element object that is the upper most in the Z order at the corresponding X-Y coordinate point measured in pixels relative to the upper left of the receiving object.