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!

TextBoxBase.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 control's foreground color.

See Also

TextBoxBase Class | TextBoxBase Members | System.WinForms Namespace | BackColor