IHTMLRuleStyle::get_borderBottomColorIHTMLRuleStyle::get_borderBottomColor*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_borderBottomColor
*Next Topic: IHTMLRuleStyle::put_borderLeftColor

IHTMLRuleStyle::get_borderBottomColor


HRESULT get_borderBottomColor(
    VARIANT *p 
);

Retrieves the value of the CSS border-bottom-color attribute for the element.

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

See also put_borderBottomColor

Up Top of Page


IHTMLRuleStyle::put_borderBottomColor


HRESULT put_borderBottomColor(
    VARIANT v 
);

Sets the value of the CSS border-bottom-color attribute for the element. The attribute determines the color of the element's bottom border.

v
String specifying the border color, which can be one of the color names or values given in the Color Table reference documentation. Set this parameter to NULL to remove the attribute. See border-bottom-color for details.

See also get_borderBottomColor


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