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.
void MovePane(
   CPane* pControlBar,
   CPoint ptOffset,
   BOOL bSwapControlBars,
   HDWP& hdwp
);
void MovePane(
   CPane* pControlBar,
   CRect rectTarget,
   HDWP& hdwp
);
void MovePane(
   CPane* pControlBar,
   int nOffset,
   bool bForward,
   HDWP& hdwp
);
void MovePane(
   CPane* pControlBar,
   int nAbsolutOffset,
   HDWP& hdwp
);
Parameters
- [in] pControlBar 
 
- [in] ptOffset 
 
- [in] bSwapControlBars 
 
- [in] hdwp 
 
- [in] rectTarget 
 
- [in] nOffset 
 
- [in] bForward 
 
- [in] nAbsolutOffset 
 
Requirements
Header: afxdockingpanesrow.h