|
virtual |
Called by the framework when a tab frame is being erased.
This function is called by the framework when a CBCGPTabWnd object processes WM_PAINT message and needs to erase a tab frame. Override this member function in a CBCGPVisualManager - derived class to customize the look of tabs.
pDC | A pointer to a device context. |
rect | The tab's bounding rectangle. |
pTabWnd | Points to a tab window whose tab frame is being erased. |