Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the framework to draw the caption bar text.
virtual void OnDrawText(
CDC* pDC,
CRect rect,
const CString& strText
);
Parameters
[in] pDC
A pointer to a device context that is used to display the button.[in] rect
The bounding rectangle of the text.[in] strText
The text string to display.
Remarks
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.
Requirements
Header: afxcaptionbar.h