CSpinButtonCtrl::GetRange

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

Syntax

DWORD GetRange( ) const;

void GetRange( int &lower, int& upper ) const;

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