This class provides the functionality of the Windows CE common spin button control. A spin button control, also known as an up-down control, is a pair of arrow buttons that a user can tap with the stylus to increment or decrement a value. An up-down control is most often used with a companion control, called a buddy window, in which the current value is displayed.
Header file: | Afxcmn.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
In Windows CE, a spin button control can only be a buddy with an edit control.
CSliderCtrl, CSpinButtonCtrl::SetBuddy, Control Classes