IHTMLBodyElement::get_backgroundIHTMLBodyElement::get_background*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLBodyElement::put_background
*Next Topic: IHTMLBodyElement::put_bgProperties

IHTMLBodyElement::get_background


HRESULT get_background(
    BSTR *p
);

Retrieves the URL of the background picture, if any. The picture is tiled behind the text and graphics on the page.

p
Address of a string variable that receives the URL of the background picture.

See also put_background

Up Top of Page


IHTMLBodyElement::put_background


HRESULT put_background(
    BSTR v
);

Sets a background picture. The picture is tiled behind the text and graphics on the page.

v
String value specifying the URL of the background picture.

See also get_background


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