Call this member function to create a spin button control and attach it to the CSpinButtonCtrl object.
You construct a CSpinButtonCtrl object in two steps. First call the constructor, then call Create.
BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );
Header File | Afxcmn.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
For information about supported tree control styles, see Up-down Control Styles.
CSpinButtonCtrl Overview, CSpinButtonCtrl Member Functions, Control Classes, CSpinButtonCtrl::CSpinButtonCtrl