<< Return to Main Index

< Return to Class Index

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));

CGXStyle

Class Overview | Class Members