Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the text color for a task.
BOOL SetTaskTextColor(
int nGroup,
int nTask,
COLORREF color,
COLORREF colorHot = (COLORREF)-1
);
Parameters
[in] nGroup
Specifies the zero-based index of the task group that contains the task.[in] nTask
Specifies the zero-based index of the task.[in] color
Specifies the text color for the task.[in] colorHot
Specifies the text color for the highlighted group. If -1, this method uses the default highlight color.
Return Value
TRUE if the text color for the task was successfully set; otherwise, FALSE.
Requirements
Header: afxTasksPane.h