BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnFillOutlookBarCaption ( CDC *  pDC,
CRect  rectCaption,
COLORREF &  clrText 
)
virtual

Called by the framework when it needs to fill the background of outlook bar caption.

This function is called by the framework when it needs to fill the background of outlook bar caption. Override it in a derived class in order to change the appearance of outlook bar caption.

Parameters
pDCA pointer to a device context.
rectCaptionThe bounding rectangle of the caption.
clrTextOutput parameter. When the function returns it contains the color of caption text.