Contents Index Topic Contents | ||
Previous Topic: IHTMLStyle::get_fontWeight Next Topic: IHTMLStyle::get_left |
IHTMLStyle::get_height
HRESULT get_height( VARIANT *p );Retrieves the value of the CSS height attribute for the element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the height. See height for details. This parameter receives NULL if the attribute is not set.
See also put_height
IHTMLStyle::put_height
HRESULT put_height( VARIANT v );Sets the value of the CSS height attribute for the element. The attribute determines the element's height.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the height, which consists of a floating-point number and a units designator. See height for details. Set this parameter to NULL to remove the attribute.
See also get_height
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.