BCGControlBar Pro for MFC
virtual void CBCGPTasksPane::OnClickTask ( int  nGroupNumber,
int  nTaskNumber,
UINT  uiCommandID,
DWORD_PTR  dwUserData 
)
virtual

Called by the framework when the user clicks a task.

This member function is called by the framework when the user clicks a task. The default implementation checks the command ID associated with the clicked task and if it's not zero posts WM_COMMAND to the owner of the task pane control.

Override this function in a derived class for additional processing.

Parameters
nGroupNumberSpecifies the zero-based index of the group containing the clicked task.
nTaskNumberSpecifies the zero-based index of the clicked task.
uiCommandIDThe command ID associated with the task.
dwUserDataUser-defined data associated with the clicked task.