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.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLStyle::put_posHeight
HRESULT put_posHeight( float v );Sets the height of the element.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.