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

Sets text color for a task.

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

Use this function to customize text colors of a task.

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