IHTMLRuleStyle::get_marginBottomIHTMLRuleStyle::get_marginBottom*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_marginBottom
*Next Topic: IHTMLRuleStyle::put_marginLeft

IHTMLRuleStyle::get_marginBottom


HRESULT get_marginBottom(
    VARIANT *p 
);

Retrieves the value of the CSS margin-bottom attribute for the element.

p
Address of a variable that receives the value of the attribute. See margin-bottom for details. This parameter receives NULL if the attribute is not set.

See also put_marginBottom

Up Top of Page


IHTMLRuleStyle::put_marginBottom


HRESULT put_marginBottom( 
    VARIANT v 
);

Sets the value of the CSS margin-bottom attribute for the element. The attribute determines the height of the bottom margin for the element.

v
String or value specifying the height of the bottom margin. The height can be positive or negative. See margin-bottom for details. Set this parameter to NULL to remove the attribute.

See also get_marginBottom


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