TableBGImage Property (.NET)

 

Type: Boolean

 

Returns whether the browser supports the ability to display an image in the background of individual HTML table cells.

 

C# Example:

<html>Table cell background images:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.TableBGImage);

%>

</html>