Share via


CPaneContainerManager::InsertPane

This topic is included for completeness. For more detail see the source code located in the VC\atlmfc\src\mfc folder of your Visual Studio installation.

virtual BOOL InsertPane(
   CDockablePane* pControlBarToInsert,
   CDockablePane* pTargetControlBar,
   DWORD dwAlignment,
   LPCRECT lpRect = NULL,
   AFX_DOCK_METHOD dockMethod = DM_UNKNOWN
);

Parameters

  • [in] pControlBarToInsert
     

  • [in] pTargetControlBar
     

  • [in] dwAlignment
     

  • [in] lpRect
     

  • [in] dockMethod
     

Requirements

Header: afxpanecontainermanager.h

See Also

Reference

CPaneContainerManager Class

Hierarchy Chart