Contents Index Topic Contents | ||
Previous Topic: IHTMLControlElement::removeFilter Next Topic: IHTMLControlElement::get_clientWidth |
IHTMLControlElement::get_clientHeight
HRESULT get_clientHeight( long *p );Retrieves the height of the element, in pixels. This height does not take into account any margin, border, scroll bar, or padding that might have been applied to the element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the height of the element.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.