CMFCRibbonSlider::SetRange
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