Contents Index Topic Contents | ||
Previous Topic: IHTMLEventObj::get_clientY Next Topic: IHTMLEventObj::get_offsetY |
IHTMLEventObj::get_offsetX
HRESULT get_offsetX( long *p );Returns container-relative positions. These match the offsetLeft and offsetTop properties of the object. Use offsetParent to find the container object that defines this coordinate system.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a long integer variable that receives the positions.
See also get_offsetY
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.