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.ForeColor

Gets or sets the foreground color of the control.

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

Property Value

A Color that represents the foreground color of the control. The default is the foreground color of the container.

See Also

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