|
virtual |
Called by the framework to display the status-bar progress indicator.
Override this member function in your CBCGPVisualManager - derived class to customize the status-bar appearance. Do not call the default.
pDC | A pointer to the status bar's device context. |
rectProgress | Specifies the bounding rectangle of the progress bar. |
nProgressTotal | Specifies the progress total number (in abstract units). |
nProgressCurr | Specifies the current progress. |
clrBar | RGB value using either as a start value for the gradient fill or as a color to fill the progress bar if clrProgressBarDest is -1. |
clrProgressBarDest | RGB value using for the gradient fill. If you set this value to -1 the progress bar will be filled using clrBar. |
clrProgressText | RGB value used as a text color for the textual representation of the current progress. Ignored if bProgressText is set to FALSE. |
bProgressText | Specifies whether to display (TRUE) or not (FALSE) the textual representation of the current progress. |