CMFCToolBar::DoPaint

Repaints a toolbar.

virtual void DoPaint(
   CDC* pDC 
);

Parameters

  • [in] pDC
    A pointer to a device context.

Remarks

This method is called by the framework when a part of the toolbar must be repainted.

Override this method to customize the appearance of an object derived from CMFCToolBar Class.

Requirements

Header: afxtoolbar.h

See Also

Reference

CMFCToolBar Class

Hierarchy Chart