Click to return to the Reusing Browser Technology home page    
IHTMLBodyElement::get_aLi...     IHTMLBodyElement::get_bgc...     IHTMLBodyElement Interfac...    
Web Workshop  |  Reusing Browser Technology

IHTMLBodyElement::get_background Method


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

Syntax

HRESULT get_background(
    BSTR *p
);

Parameters

p
Address of a string (BSTR) variable that receives the URL of the background picture. For details, see the background property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

IHTMLBodyElement::put_background Method


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

Syntax

HRESULT put_background(
    BSTR v
);

Parameters

v
String (BSTR) value that specifies the URL of the background picture to set. For details, see the background property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.