| BOOL CBCGPTasksPane::ShowTaskByCmdId | ( | UINT | uiCommandID, | 
| BOOL | bShow = TRUE, | ||
| BOOL | bRedraw = TRUE | ||
| ) | 
Looks for a task by its command ID and shows or hides it.
Use this function to show or hide a task by specifying its command ID.
You can show or hide a task by its location calling on ShowTask().
| uiCommandID | Specifies the command ID of a task to be shown or hidden. | 
| bShow | If TRUE, the task will be shown; if FALSE, the task will be hidden. | 
| bRedraw | If TRUE, the task pane will be redrawn. Set this flag to FALSE in order to optimize subsequent operations. |