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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a long integer variable that receives the position.
See also get_clientY
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.