IHTMLEventObj::get_offsetYIHTMLEventObj::get_offsetY*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLEventObj::get_offsetX
*Next Topic: IHTMLEventObj::get_screenX

IHTMLEventObj::get_offsetY


HRESULT get_offsetY(
    long *p
);

Returns container-relative positions. These match the offsetLeft and offsetTop properties of the object. Use offsetParent to find the container object that defines this coordinate system.

p
Address of a long integer variable that receives the positions.

See also get_offsetX


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.