NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTable.BgColor

Gets or sets the background color of an HtmlTable control.

[Visual Basic]
Public Property BgColor As String
[C#]
public string BgColor {get; set;}
[C++]
public: __property String* get_BgColor();
public: __property void set_BgColor(String*);
[JScript]
public function get BgColor() : String;
public function set BgColor(String);

Property Value

The background color of an HtmlTable control. Values can be any hexadecimal number preceded by a "#" character, or one for sixteen color names. For more information, see any HTML reference guide.

See Also

HtmlTable Class | HtmlTable Members | System.Web.UI.HtmlControls Namespace