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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the URL of the background picture.
See also put_background
IHTMLBodyElement::put_background
HRESULT put_background( BSTR v );Sets a background picture. The picture is tiled behind the text and graphics on the page.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the URL of the background picture.
See also get_background
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.