IHTMLStyle::get_posHeightIHTMLStyle::get_posHeight*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_pixelWidth
*Next Topic: IHTMLStyle::get_position

IHTMLStyle::get_posHeight


HRESULT get_posHeight(
    float *p 
);

Retrieves the height of the element.

p
Address of a variable that receives the height position.

Unlike the height property, this property's value is a floating-point number, not a string.

See also put_posHeight

Up Top of Page


IHTMLStyle::put_posHeight


HRESULT put_posHeight( 
    float v 
);

Sets the height of the element.

v
Floating-point value specifying the height of the element.

Setting this property changes the value of the height but leaves the units designator for the property unchanged.

Unlike the height property, this property's value is a floating-point number, not a string.

See also get_posHeight


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