CSpinButtonCtrl::SetRange

Call this member function to set the upper and lower limits (range) for a spin button control.

Syntax

void SetRange( int nLower, int nUpper );

At a Glance

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

See Also

CSpinButtonCtrl Overview, CSpinButtonCtrl Member Functions, Control Classes, CSpinButtonCtrl::GetRange, CSpinButtonCtrl::GetPos