Click to return to the Reusing Browser Technology home page    
IHTMLTable::get_align Met...     IHTMLTable::get_bgColor M...     IHTMLTable Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLTable::get_background Method


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

IHTMLTable::put_background Method


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.