Retrieves the current background picture for the table, if any. The picture is tiled behind the text and graphics in the table.
Syntax
HRESULT get_background( BSTR *p );
Parameters
- p
- Address of a variable that receives the URL of the background picture.
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 a background picture for the table. The picture is tiled behind the text and graphics in the table.
Syntax
HRESULT put_background( BSTR v );
Parameters
- v
- String that specifies the URL of the background picture.
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