BOOL CBCGPTasksPane::SetTaskTextColor | ( | int | nGroup, |
int | nTask, | ||
COLORREF | color, | ||
COLORREF | colorHot = (COLORREF)-1 |
||
) |
Sets text color for a task.
Use this function to customize text colors of a task.
nGroup | Specifies the zero-based index of task's group |
nTask | Specifies the zero-based index of task. |
color | Specifies new text color. |
colorHot | Specifies new text color for the highlighted group. If colorHot is -1, the default highlight color is used. |