property Button.ForeColor as Color
Specifies the control's foreground color.

TypeDescription
Color A color expression that indicates button's foreground color. 
Use the ForeColor property to assign a foreground color to your button. Use the HTML tags like <fgcolor>, <bgcolor> in the Caption property to colorize parts of the caption. Use the ForeColorState property to assign a color for a given state. Use the ForeColorState property to assign a foreground color when control is disabled.