CSliderCtrl::GetRange
Retrieves the maximum and minimum positions for the slider in a slider control.
void GetRange(
int& nMin,
int& nMax
) const;
Параметры
nMin
Reference to an integer that receives the minimum position.nMax
Reference to an integer that receives the maximum position.
Заметки
This function copies the values into the integers referenced by nMin and nMax.
Требования
Header: afxcmn.h