void GetRange( int& nMin, int& nMax ) const;
Parameters
nMin
Reference to an integer that receives the minimum position.
nMax
Reference to an integer that receives the maximum position.
Remarks
Call this 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.
CSliderCtrl Overview | Class Members | Hierarchy Chart
See Also CSliderCtrl::GetRangeMin, CSliderCtrl::GetRangeMax, CSliderCtrl::SetRange