CGXStyle::SetTextColor
CGXStyle& SetTextColor(COLORREF rgbColor);
rgbColor
Specifies the textcolor.
Return Value
Returns the this pointer.
Remarks
Initializes the textcolor setting. System colors can be specified with the GXSYSCOLOR macro, as for example
SetTextColor(GXSYSCOLOR(SYSCOLOR_WINDOWTEXT));