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!

ProgressBar.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 color of the control. The default is the background color of the container.

See Also

ProgressBar Class | ProgressBar Members | System.WinForms Namespace | Color