IHTMLMarqueeElement::get_bgColorIHTMLMarqueeElement::get_bgColor*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLMarqueeElement::put_bgColor
*Next Topic: IHTMLMarqueeElement::put_scrollDelay

IHTMLMarqueeElement::get_bgColor


HRESULT get_bgColor(
    VARIANT *p 
);

Retrieves the background color behind the element.

p
Address of a string variable that receives the color value for the background color. The color can be one of the color names or values given in the Color Table reference documentation.

See also put_bgColor

Up Top of Page


IHTMLMarqueeElement::put_bgColor


HRESULT put_bgColor(
    VARIANT v 
);

Sets the background color behind the element.

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

See also get_bgColor


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