BackColor Property

Sets or retrieves a value that indicates the background color of the Web control.

Syntax

Visual Basic Overridable  Public  ReadOnly Property BackColor As Color
C# public   virtual  Color BackColor { get; }
Managed C++ public:  __property virtual Color get_BackColor();
JScript public   function get BackColor() : Color;

Possible Values

sBackColor The background color of the Web control.

The property is read-only. The property has no default value.

Applies To

TOOLBARDROPDOWNLIST, TOOLBARTEXTBOX

See Also

Internet Explorer WebControls, About the Toolbar WebControl