|
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.
nGroupNumber | Specifies the zero-based index of the group containing the clicked task. |
nTaskNumber | Specifies the zero-based index of the clicked task. |
uiCommandID | The command ID associated with the task. |
dwUserData | User-defined data associated with the clicked task. |