Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
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 value otherwise.
See Also
put_background
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 specifying the URL of the background picture.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_background
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.