IHTMLEventObj::get_clientYIHTMLEventObj::get_clientY*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLEventObj::get_clientX
*Next Topic: IHTMLEventObj::get_offsetX

IHTMLEventObj::get_clientY


HRESULT get_clientY(
    long *p
);

Retrieves the vertical position of the mouse hit relative to side of the client area of the window. This does not include window decorations or scroll bars.

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

See also get_clientX


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