Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the minimum and maximum values for the progress bar.
void SetRange(
int nMin,
int nMax
);
Parameters
[in] nMin
Specifies the minimum value of the range.[in] nMax
Specifies the maximum value of the range.
Remarks
Use this method to define the range of the progress bar by setting minimum and maximum values.
Requirements
Header: afxRibbonProgressBar.h