BCGControlBar Pro for MFC
CRuntimeClass* CBCGPDockingControlBar::GetTabbedControlBarRTC ( ) const
inline

Returns a pointer to the runtime class information of a tabbed window to be created when another control bar is docked to this control bar as a new tab.

Returns
A pointer to the runtime class information.

It's possible to create a tabbed window from two control bars dynamically. For example, it happens at runtime when the user drags one control bar to the caption of another control bar.

Also, you can use AttachToTabWnd() method to programmatically create a tabbed window from two docking control bars.

Call this member function to get the access to the runtime class information of a tabbed window to be created.

You can set the runtime class information using SetTabbedControlBarRTC().