BCGControlBar Pro for MFC
virtual void CBCGPToolBar::OnFillBackground ( CDC *  pDC)
inlinevirtual

Called when a toolbar's background has been filled.

This function is called from the DoPaint() member function when a toolbar's background has been filled. The default implementation does nothing.

Override this member function to perform a custom background drawing in CBCGPBaseToolBar - derived classes.

Parameters
pDCA pointer to a device context.