BCGControlBar Pro for MFC
BOOL CBCGPTasksPane::SetGroupTextColor ( int  nGroup,
COLORREF  color,
COLORREF  colorHot = (COLORREF)-1 
)

Sets text color for group's caption.

Returns
TRUE, if the function succeeds; FALSE, if the specified group does not exist.

Use this function to customize text colors of the group's caption.

Parameters
nGroupSpecifies the zero-based index of the group.
colorSpecifies new text color.
colorHotSpecifies new text color for the highlighted group. If colorHot is -1, the default highlight color is used.