CMFCToolBar::OnFillBackground
Called by the framework from CBasePane::DoPaint to fill the toolbar background.
virtual void OnFillBackground(
CDC* pDC
);
Parameters
- [in] pDC
A pointer to a device context.
Remarks
CMFCToolBar::DoPaint calls this method when the background of a toolbar has been filled. The default implementation does nothing.
Override this method to draw custom background in derived classes.
Requirements
Header: afxtoolbar.h