ValidationSummary::ForeColor Property
.NET Framework (current version)
Gets or sets the foreground color of the control.
Assembly: System.Web (in System.Web.dll)
public: property Color ForeColor { virtual Color get() override; virtual void set(Color value) override; }
Property Value
Type: System.Drawing::ColorA System.Drawing::Color that represents the foreground color of the control. The default is Red.
Use this property to specify the color in which error messages from validation controls are displayed.
.NET Framework
Available since 1.1
Available since 1.1
Show: