CTabCtrl::Create

This method creates a tab control and attach it to the CTabCtrl object.

To construct a CTabCtrl object, call the constructor, then call Create.

At a Glance

Header file: Afxcoll.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

CTabCtrl::CTabCtrl