Contents Index Topic Contents | ||
Previous Topic: IHTMLElement::get_offsetLeft Next Topic: IHTMLElement::get_offsetWidth |
IHTMLElement::get_offsetTop
HRESULT get_offsetTop( long *p );Retrieves the calculated top position of the element, relative to the element's parent.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a long integer variable that receives the top position, in pixels.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.