This topic has not yet been rated - Rate this topic

CMFCCaptionBar::OnDrawBackground

Called by the framework to fill the background of the caption bar.

virtual void OnDrawBackground(
   CDC* pDC,
   CRect rect 
);
[in] pDC

A pointer to the device context of the caption bar.

[in] rect

The bounding rectangle to fill.

The OnDrawBackground method is called when the background of the caption bar is about to be filled. The default implementation fills the background by using the CMFCCaptionBar::m_clrBarBackground color.

Override this method in a CMFCCaptionBar derived class to customize the appearance of the caption bar.

Header: afxcaptionbar.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.