IHTMLRuleStyle::get_heightIHTMLRuleStyle::get_height*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_height
*Next Topic: IHTMLRuleStyle::put_styleFloat

IHTMLRuleStyle::get_height


HRESULT get_height(
    VARIANT *p 
);

Retrieves the value of the CSS height attribute for the element.

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

Up Top of Page


IHTMLRuleStyle::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.

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


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