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.
BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );
Header File | Afxcoll.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CTabCtrl Overview, CTabCtrl Member Functions, Control Classes, CTabCtrl::CTabCtrl