IHTMLRuleStyle::get_backgroundIHTMLRuleStyle::get_background*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_background
*Next Topic: IHTMLRuleStyle::put_backgroundColor

IHTMLRuleStyle::get_background


HRESULT get_background( 
    BSTR *p 
);

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

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

See also put_background

Up Top of Page


IHTMLRuleStyle::put_background


HRESULT put_background( 
    BSTR v 
);

Sets the value of the CSS background attribute for the element.

v
String specifying the value of the attribute, or NULL to remove it. See background for details.

See also get_background


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