CGXTabWndMgr::CreateTabs
virtual BOOL CreateTabs(CGXTabCreateInfo* pTabCreateInfo, int nTabs = 0, TCHAR* pszFileName = NULL);
pTabCreateInfo
Tab creation information
nTabs
Number of tabs to create
pszFileName
The filename to load the tabs from
Remarks
This function is called (usually by the frame) to create tabs initially. Will generate the tabs from the passed in CGXTabCreateInfo information.
See Also
CGXFrameAdapter CGXTabWndMgr::InsertWorkSheet CGXTabWndMgr::DeleteWorkSheet