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);
A Color that represents the foreground color of the control. The default is the foreground color of the container.
ProgressBar Class | ProgressBar Members | System.WinForms Namespace | Color