BCGControlBar Pro for MFC
void CBCGPRibbonProgressBar::SetRange ( int  nMin,
int  nMax 
)

Sets minimum and maximum values.

Use this function to define the progress bar range by setting minimum and maximum values.

Parameters
nMinSpecifies the minimum value.
nMaxSpecifies the maximum value.