CSpinButtonCtrl::Create

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.

Syntax

BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );

At a Glance

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

Remarks

For information about supported tree control styles, see Up-down Control Styles.

See Also

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