Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_align Next Topic: IHTMLTable::get_bgColor |
IHTMLTable::get_background
HRESULT get_background( BSTR *p );Retrieves the current background picture for the table, if any. The picture is tiled behind the text and graphics in the table.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the URL of the background picture.
See also put_background
IHTMLTable::put_background
HRESULT put_background( BSTR v );Sets a background picture for the table. The picture is tiled behind the text and graphics in the table.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the URL of the background picture.
See also get_background
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.