CMFCCaptionBar::OnDrawBackground
调用framework加载标题栏的背景。
virtual void OnDrawBackground(
CDC* pDC,
CRect rect
);
参数
[in] pDC
为标题栏的设备上下文的指针。[in] rect
加载的边框。
备注
在标题栏的后台加载时,OnDrawBackground 方法调用。使用 CMFCCaptionBar::m_clrBarBackground 颜色,默认实现加载背景。
重写在 CMFCCaptionBar 派生类的以下方法自定义标题栏的外观。
要求
标头: afxcaptionbar.h