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