CDockablePane::CreateTabbedPane
Creates a tabbed pane from the current pane.
virtual CTabbedPane* CreateTabbedPane();
Return Value
The new tabbed pane, or NULL if the create operation failed.
Remarks
The framework calls this method when it creates a tabbed pane to replace this pane. For more information, see CDockablePane::AttachToTabWnd.
Override this method in a derived class to customize how tabbed panes are created and initialized.
The tabbed pane is created according to the runtime class information stored in the m_pTabbedControlBarRTC member, which is initialized by the CDockablePane::CreateEx method.
Requirements
Header: afxDockablePane.h