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
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