CGXAppAdapter::RemoveTabManager
virtual void RemoveTabManager(CRuntimeClass* pRClass, CDocument* pDocument);
pRClass
The runtime class of the frame
pDocument
The pointer to the document (usually the primary document) that is used as the context for this frame type.
Remarks
The instance of CGXTabWndMgr that is uniquely identified by this frame runtime class and document instance will be removed.
See Also
CGXAppAdapter::GetTabManager CGXFrameAdapter CGXDocument