CMFCCaptionBar::OnDrawText
呼叫框架繪製標題列文字。
virtual void OnDrawText(
CDC* pDC,
CRect rect,
const CString& strText
);
參數
[in] pDC
要在中顯示按鈕的裝置內容的指標。[in] rect
文字的週框。[in] strText
顯示的文字字串。
備註
您可以使用 CDC::DrawText 和 CMFCCaptionBar::m_clrBarText 色彩,則預設實作會顯示文字。
覆寫 CMFCCaptionBar 衍生類別的這個方法來自訂標題列文字的外觀。
需求
標題: afxcaptionbar.h