BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawAppBarCaption ( CDC *  pDC,
CBCGPAppBarWnd pAppBarWnd,
CRect  rectCaption,
CString  strCaption 
)
virtual

Draws application bar caption.

Called by the framework when it needs to draw an application bar caption. Override this function in a derived class in order to customize appearance of application bar caption.

Parameters
pDCA pointer to a device context.
pAppBarWndA pointer to an application bar control whose caption is about to be drawn.
rectCaptionBounding rectangle of caption.
strCaptionCaption text.