This method creates a spin button control and attach it to the CSpinButtonCtrl object.
To construct a CSpinButtonCtrl object, call the constructor, then call Create.
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 |
BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd,
UINT nID );
For information about supported tree control styles, see the Windows and Control Styles chapter of the Windows CE SDK Guide.
CSpinButtonCtrl::CSpinButtonCtrl