Contents Index Topic Contents | ||
Previous Topic: IHTMLElement::get_offsetHeight Next Topic: IHTMLElement::put_innerHTML |
IHTMLElement::get_offsetParent
HRESULT get_offsetParent( IHTMLElement **p );Retrieves the container element object that defines the top and left offsets.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLElement interface for the container element object.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.