property Expression.ForeColor as Color
Retrieves or sets a value that indicates the control's foreground color.

TypeDescription
Color A color expression that specifies the control's foreground color. 

Use the BackColor and ForeColor properties to define the control's background and foreground colors.  The ForeColor property has no effect if the control's Enabled property is False. Use the ForeColorInvalid property to specify a different color to show the control's expression while it is not valid.