CDockingManager::Serialize

Writes the docking manager to an archive.

void Serialize(
   CArchive& ar
);

Parameters

  • [in] ar
    A reference to an archive object.

Remarks

Writing the docking manager to an archive involves determining the number of docking control bars and sliders, and writing the control bars, the mini frames, the autohide bars, and the MDI tabbed bars to the archive.

Requirements

Header: afxdockingmanager.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CDockingManager Class