CTabCtrl::Create

Call this member function to create a tab control and attach it to the CTabCtrl object.

You construct a CTabCtrl 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 Afxcoll.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CTabCtrl Overview, CTabCtrl Member Functions, Control Classes, CTabCtrl::CTabCtrl