Provides docking support for CWnd-derived panes.
class CDockablePaneAdapter : public CDockablePane
Members
Public Methods
| Name | Description | 
|---|---|
| Returns the wrapped window. | |
| (Overrides CDockablePane::LoadState.) | |
| (Overrides CDockablePane::SaveState.) | |
| 
 | 
Remarks
Usually, the framework instantiates objects of this class when you use the CMFCBaseTabCtrl::AddTab or CMFCBaseTabCtrl::InsertTab methods.
If you want to customize the CDockablePaneAdapter behavior, just derive a new class from it and set the runtime class information to a tabbed window by using CMFCBaseTabCtrl::SetDockingBarWrapperRTC.
Inheritance Hierarchy
Requirements
Header: afxDockablePaneAdapter.h