CDockingManager::SetDockingMode
Sets the docking mode.
static void SetDockingMode(
AFX_DOCK_TYPE dockMode
);
Parameters
- dockMode
Specifies the new docking mode. For more information, see the Remarks section.
Remarks
Call this static method to set the docking mode.
dockMode can be one of following values:
DT_STANDARD - Standard docking mode as implemented in Visual Studio .NET 2003. Panes are dragged without a dragging context.
DT_IMMEDIATE - Immediate docking mode as implemented in Microsoft Visio. Panes are dragged with a dragging context, but no markers are displayed.
DT_SMART - Smart docking mode as implemented in Visual Studio 2005. Panes are dragged with a dragging context and smart markers are displayed that show where the pane can be docked.
Requirements
Header: afxDockingManager.h