CDockingManager::GetDockingMode

Returns the current docking mode.

static AFX_DOCK_TYPE GetDockingMode();

Return Value

An enumerator value that represents the current docking mode. It can be one of the following values:

  • DT_STANDARD

  • DT_IMMEDIATE

  • DT_SMART

Remarks

To set the docking mode, call CDockingManager::SetDockingMode.

Requirements

Header: afxDockingManager.h

See Also

Reference

CDockingManager Class

Hierarchy Chart