CMFCCaptionBar::OnDrawBackground
呼叫框架填滿標題列的背景。
virtual void OnDrawBackground(
CDC* pDC,
CRect rect
);
參數
[in] pDC
為使用中視窗標題列的裝置內容的指標。[in] rect
填滿的週框 (Bounding Rectangle)。
備註
在標題列的背景就會填滿時, OnDrawBackground 方法呼叫。 您可以使用 CMFCCaptionBar::m_clrBarBackground 色彩,則預設實作填滿背景。
覆寫 CMFCCaptionBar 衍生類別的這個方法來自訂標題列的外觀。
需求
標題: afxcaptionbar.h