CScrollBar::Create

This method creates and initializes a Windows CE scroll bar and attach it to the CScrollBar object

To construct a CScrollBar object, call the constructor, which constructs the CScrollBar object, then call Create.

At a Glance

Header file: Afxwin.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 );

Remarks

Windows CE does not support the SBS_SIZEGRIP style. For more information about scrollbar styles, see the Windows and Control Styles chapter of the Windows CE SDK Guide.

See Also

CScrollBar::CScrollBar