CGXAppAdapter::GetTabManager
virtual CGXTabWndMgr* GetTabManager(CRuntimeClass* pRClass, CDocument* pDocument);
pRClass
The runtime class of the frame requesting this information
pDocument
The pointer to the document that is in context (This is usually the primary document that is related to this frame)
Remarks
This function simply returns a pointer to the contained tab window manager instance. Please refer CGXTabWndMgr. This tab manager instance is uniquely identified by the runtime class of the frame and the document instance.
See Also
CGXTabWndMgr CGXFrameAdapter CGXDocument