BCGControlBar Pro for MFC
virtual void CBCGPProgressDlg::OnDrawHeader ( CDC *  pDC,
CRect  rect 
)
inlineprotectedvirtual

Called by a progress dialog to draw the header (banner) above the progress control.

Parameters
pDCA pointer to a device context.
rectSpecifies the bounding rectangle of a header.

Override this method in a derived class to draw a custom header (banner) above the progress control.

This function is called only if CBCGPProgressDlgParams::m_nHeaderHeight is greater than 0. The default implementation does nothing.