class CGXTabCreateInfo : public CObject
This class is just a simple structure that is used to store the
elements that go into the creation of each of the tabs (kind of like a
CCreateContext MFC structure). Tab create information is filled in and
passed to the tab manager (CGXTabWndMgr instance) to effect the actual creation of the view.
The manager can fill in parts of the tab creation information (create a
document for example) or can use the context intact.
#include <gxtbmgr.h>