IHTMLEventObj::get_clientXIHTMLEventObj::get_clientX*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLEventObj::get_y
*Next Topic: IHTMLEventObj::get_clientY

IHTMLEventObj::get_clientX


HRESULT get_clientX(
    long *p
);

Retrieves the horizontal position of the mouse hit relative to the top 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_clientY


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