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.
Set the range of values for the slider control.
void SetRange(
int nMin,
int nMax
);
Parameters
[in] nMin
Specifies minimum value of the slider control.[in] nMax
Specifies maximum value of the slider control.
Remarks
Specifies the range of values for the slider control by setting the minimum and maximum values.
Requirements
Header: afxribbonslider.h