Called by the framework to draw a task on the task pane.
The task is displayed as an icon and text (regular, selected or highlighted).
- Parameters
-
| pDC | A pointer to a device context. |
| pTask | A pointer to the task to be drawn. |
| pIcons | A pointer to the image list associated with the task pane. Each task contains an index of the image in this list. |
| bIsHighlighted | Specifies whether the displayed task is highlighted (TRUE) or not (FALSE). |
| bIsSelected | Specifies whether the displayed task is selected (TRUE) or not (FALSE). |