BCGControlBar Pro for MFC
virtual BOOL CBCGPVisualManager::OnEraseTabsFrame ( CDC *  pDC,
CRect  rect,
const CBCGPBaseTabWnd *  pTabWnd 
)
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.

Parameters
pDCA pointer to a device context.
rectThe tab's bounding rectangle.
pTabWndPoints to a tab window whose tab frame is being erased.