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!

RichControl.BackColor

The background color of this control. This is an ambient property and will always return a non-null value.

[Visual Basic]
Overridable Public Property BackColor As Color
[C#]
public Color BackColor {virtual get; virtual 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);

See Also

RichControl Class | RichControl Members | System.WinForms Namespace