Click to return to the Reusing Browser Technology home page    
IHTMLEventObj::get_client...     IHTMLEventObj::get_ctrlKe...     IHTMLEventObj Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLEventObj::get_clientY Method


Retrieves the vertical position of the mouse hit relative to side of the client area of the window, excluding window decorations or scroll bars.

Syntax

HRESULT get_clientY(
    long *p
);

Parameters

p
Address of a long integer variable that receives the position. For details, see the clientY property.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.