Share via


CMFCAutoHideBar::Create

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 Create(
   LPCTSTR lpszClassName,
   DWORD dwStyle,
   const RECT& rect,
   CWnd* pParentWnd,
   UINT nID,
   DWORD dwControlBarStyle = AFX_DEFAULT_PANE_STYLE,
   CCreateContext* pContext = NULL
);

Parameters

  • [in] lpszClassName
     

  • [in] dwStyle
     

  • [in] rect
     

  • [in] pParentWnd
     

  • [in] nID
     

  • [in] dwControlBarStyle
     

  • [in] pContext
     

Requirements

Header: afxautohidebar.h

See Also

Reference

CMFCAutoHideBar Class

Hierarchy Chart