Version

ForeColor Property (BaseChildControl)

Gets or sets the foreground color (typically the color of the text) of the control.
Syntax
'Declaration
 
Public Overrides Property ForeColor As Color
public override Color ForeColor {get; set;}

Property Value

A System.Drawing.Color that represents the foreground color of the control. The default is Color.Empty.
Remarks

Use the ForeColor property to specify the foreground color of the control. The foreground color is usually the color of the text. This property will render on browsers earlier than Microsoft Internet

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also