property Button.ForeColorState(State as StateEnum) as Color
Specifies the foreground color for a specified state.

TypeDescription
State as StateEnum A StateEnum expression that indicates the foreground's color being changed.
Color A Color expression being used when the control's State property is State.
Use the ForeColorState property to assign foreground colors for states of the button. The ForeColor and ForeColorState( exNormal ) are equivalents.