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!

TextBoxBase.BackColor

Gets or sets the background color of the control.

[Visual Basic]
Overridable Public Property BackColor As Color
[C#]
public Color BackColor {override get; override set;}
[C++]
public: __property virtual Color get_BackColor();
public: __property virtual void set_BackColor(Color);
[JScript]
public function get BackColor() : Color;
public function set BackColor(Color);

Property Value

A Color that represents the background of the control.

See Also

TextBoxBase Class | TextBoxBase Members | System.WinForms Namespace | ForeColor