IHTMLHRElement::get_colorIHTMLHRElement::get_color*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLHRElement::put_color
*Next Topic: IHTMLHRElement::put_noShade

IHTMLHRElement::get_color


HRESULT get_color(
    VARIANT *p
);

Retrieves the color to be used by the horizontal rule.

v
String or value specifying the color. It can be one of the color names or values given in the Color Table reference documentation.

See also put_color

Up Top of Page


IHTMLHRElement::put_color


HRESULT put_color(
    VARIANT v
);

Sets the color to be used by the horizontal rule.

v
String or value specifying the color. It can be one of the color names or values given in the Color Table reference documentation.

See also get_color


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