BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawRibbonProgressBar ( CDC *  pDC,
CBCGPRibbonProgressBar pProgress,
CRect  rectProgress,
CRect  rectChunk,
BOOL  bInfiniteMode 
)
virtual

Draws ribbon progress bar element.

Called by the framework to draw progress bar. Override this method in a derived class to customize appearance of progress bar.

Parameters
pDCA pointer to a device context.
pProgressA pointer to progress bar.
rectProgressA bounding rectangle of progress bar.
rectChunkA bounding rectangle of progress area.
bInfiniteModeProgress bar mode. If TRUE, the progress bar is in infinite mode.