BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnFillTab ( CDC *  pDC,
CRect  rectFill,
CBrush *  pbrFill,
int  iTab,
BOOL  bIsActive,
const CBCGPBaseTabWnd *  pTabWnd 
)
virtual

Called by the framework when it need to fill background of tab.

Override this function in a derived class if you want to customize the appearance of tabs.

Parameters
pDCA pointer to a device context.
rectFillTab's bounding rectangle.
pbrFillBrush used to fill the tab.
iTabTab index in tabbed window.
bIsActiveIf TRUE, the tab is active. If FALSE, the tab is inactive.
pTabWndA pointer to the parent tabbed window.