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!

WebControl.ForeColor

ForeColor property. The foreground color of the control. Typically determines the color of the text within the control.

[Visual Basic]
Overridable Public Property ForeColor As Color
[C#]
public Color ForeColor {virtual get; virtual 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);

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace | TBD