|
inlineprotectedvirtual |
Called by a progress dialog to draw the header (banner) above the progress control.
pDC | A pointer to a device context. |
rect | Specifies 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.