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