IHTMLControlElement::get_clientHeightIHTMLControlElement::get_clientHeight*
*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.

p
Address of a variable that receives the height of the element.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.