Share via


CDockSite::CreateEx

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 CreateEx(
   DWORD dwStyleEx,
   DWORD dwStyle,
   const RECT& rect,
   CWnd* pParentWnd,
   DWORD dwControlBarStyle,
   CCreateContext* pContext = NULL
);

Parameters

  • [in] dwStyleEx
     

  • [in] dwStyle
     

  • [in] rect
     

  • [in] pParentWnd
     

  • [in] dwControlBarStyle
     

  • [in] pContext
     

Requirements

Header: afxdocksite.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CDockSite Class