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