CSliderCtrl::GetRange

Call this member function to retrieve the maximum and minimum positions for the slider in a slider control. This function copies the values into the integers referenced by nMin and nMax.

Syntax

void GetRange( int& nMin, int& nMax ) const;

At a Glance

Header file: Afxcmn.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CSliderCtrl Overview, CSliderCtrl Member Functions, Control Classes, CSliderCtrl::GetRangeMin, CSliderCtrl::GetRangeMax, CSliderCtrl::SetRange