BCGControlBar Pro for MFC
BOOL CBCGPTasksPane::SetTaskToolTip ( int  nGroup,
int  nTask,
LPCTSTR  lpszTaskToolTip,
LPCTSTR  lpszTaskDescription = NULL 
)

Sets a new task tooltip.

Returns
TRUE, if the function succeeds; FALSE, if the specified task does not exist.
Parameters
nGroupSpecifies the zero-based index of task's group.
nTaskSpecifies the zero-based index of task.
lpszTaskToolTipSpecifies the task tooltip.
lpszTaskDescriptionSpecifies the task description.