CGXTabWndAdapter::SetParentWnd
virtual void SetParentWnd(CWnd* pParentWnd) = 0;
pParentWnd
The parent window that is to be used for creating the tab window
Remarks
This will be called by CGXTabWndMgr to pass in the parent for the window you can use this to create a window (as a child) or to simply render to this window's device context.
See Also
CGXTabWndAdapter::GetParentWnd