CMFCCaptionBar::OnDrawText
Visual Studio 2012
Called by the framework to draw the caption bar text.
virtual void OnDrawText( CDC* pDC, CRect rect, const CString& strText );
The default implementation displays the text by using CDC::DrawText and CMFCCaptionBar::m_clrBarText color.
Override this method in a CMFCCaptionBar derived class to customize the appearance of the caption bar's text.