BCGControlBar Pro for MFC
BOOL CBCGPRibbonBar::Create ( CWnd *  pParentWnd,
DWORD  dwStyle = WS_CHILD|WS_VISIBLE|CBRS_TOP,
UINT  nID = AFX_IDW_RIBBON_BAR 
)

Creates the Windows control and attaches it to CBCGPRibbonBar.

Returns
TRUE if the function succeeds; otherwise FALSE.
Parameters
pParentWndPointer to parent window (usually main frame).
dwStyleA combination of window styles to be applied to the control.
nIDSpecifies control ID.