|
virtual |
Called by the framework when a tab that belongs to a CBCGPTabWnd object should be redrawn.
This function is called by the framework when a CBCGPTabWnd object processes WM_PAINT message and needs to render its tabs.
Override this member function in a CBCGPVisualManager - derived class to customize look of tabs.
| pDC | A pointer to a device context. |
| rectTab | Specifies the bounding rectangle of the tab to redraw. |
| iTab | Specifies the index of the tab to redraw. |
| bIsActive | Specifies whether the tab to redraw is active or not. |
| pTabWnd | Points to a tab window that contains tab to be redrawn. |