CSliderCtrl::Create

This method creates a slider control and attach it to the CSliderCtrl object.

To construct a CSliderCtrl, call the constructor, then call Create.

At a Glance

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

Syntax

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

See Also

CSliderCtrl::CSliderCtrl