BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawControlBarCaptionText ( CDC *  pDC,
CBCGPDockingControlBar pBar,
BOOL  bActive,
const CString &  strTitle,
CRect &  rectCaption 
)
virtual

Called to draw a text on a caption of control bar.

Override this method in a derived class to customize appearance of text on control bar captions.

Parameters
pDCA pointer to a device context.
pBarA pointer to a control bar whose caption is drawn.
bActiveSpecifies whether a control bar is active or not.
strTitleSpecifies the text to draw.
rectCaptionSpecifies bounding rectangle of caption.