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!

StatusBar.ForeColor

Gets or sets the forecolor for 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 forecolor of the control. The default is Empty.

See Also

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