|
protectedvirtual |
Called by the framework to display the caption bar text.
Override this member function in a CBCGPCaptionBar - derived class to customize the appearance of the caption bar's text.
The default implementation displays the text using CDC::DrawText and m_clrBarText color.
pDC | A pointer to a device context used to display the button. |
rect | Specifies the bounding rectangle of the text. |
strText | Specifies the text string to display. |