This topic has not yet been rated - Rate this topic

offsetY property

Gets the y-coordinate of the mouse pointer, relative to the target node.

Internet Explorer 9

Syntax

HRESULT value = object.get_offsetY(* p);

Property values

Type: long

The y-coordinate.

Standards information

Remarks

Offset coordinates include the padding of an element, but not its margin or border.

See also

Reference
IDOMMouseEvent::clientY
IDOMMouseEvent::pageY
IDOMMouseEvent::screenY
IDOMMouseEvent::y

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.