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