BCGControlBar Pro for MFC
virtual BOOL CBCGPMiniFrameWnd::CreateEx ( DWORD  dwStyleEx,
LPCTSTR  lpszWindowName,
DWORD  dwStyle,
const RECT &  rect,
CWnd *  pParentWnd,
CCreateContext *  pContext = NULL 
)
virtual

Creates the Windows mini-frame window and attaches it to the CBCGPMiniFrameWnd object.

Returns
Nonzero if the window was created successfully; otherwise 0.

A mini-frame window is created in two steps. First, the framework creates a CBCGPMiniFrameWnd object. Second, it calls Create() that creates the Windows mini-frame window and attaches it to the CBCGPMiniFrameWnd object.

Parameters
dwStyleExExtended styles.
lpszWindowNameThe window text.
dwStyleThe window style.
rectSpecifies the initial size and position.
pParentWndPoints to the parent frame. Must not be NULL.
pContextUser-defined context.