BCGControlBar Pro for MFC
virtual CBCGPTabbedControlBar* CBCGPDockingControlBar::CreateTabbedControlBar ( )
virtual

Called by the framework when it needs to create a tabbed control bar from this control bar.

Returns
A pointer to the newly created tabbed control bar or NULL.

This function is called by the framework when it needs to create a tabbed control bar replacing this control bar. See CBCGPDockingControlBar::AttachToTabWnd for details.

You can override this method in a derived class to customize the creation of tabbed control bars and perform additional (initialization) steps when a tabbed control bar has been created.

The tabbed control bar is created according to runtime class information stored in the m_pTabbedControlBarRTC member. This member is initialized by the CreateEx function.