CGXTabWndAdapter::CreateView
virtual CWnd* CreateView(CRuntimeClass* pViewRuntimeClass,const TCHAR* pszLabel, CCreateContext* pContextDefault) = 0;
pViewRuntimeClass
The runtime class of the CView derivative to be created.
pszLabel
The label that is to be used.
pContextDefault
The CCreateContext to be used.
Remarks
This function will be called whenever a view is to be created. Primary view creation interface. You can implement this as pertinent to your tab window class if you are not using CGXTabWnd.