BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawTabCloseButton ( CDC *  pDC,
CRect  rect,
const CBCGPBaseTabWnd *  pTabWnd,
BOOL  bIsHighlighted,
BOOL  bIsPressed,
BOOL  bIsDisabled 
)
virtual

Called by the framework when it needs to draw the close button on active tab.

Override this method in the derived class in order to customize the appearance of the close button on active tab.

Parameters
pDCA pointer to a device context.
rectBounding rectangle of close button.
pTabWndA pointer to tabbed window.
bIsHighlightedSpecifies whether the close button is highlighted.
bIsPressedSpecifies whether the close button is pressed.
bIsDisabledSpecifies whether the close button is disabled.