BCGControlBar Pro for MFC
BOOL CBCGPReBar::Create ( CWnd *  pParentWnd,
DWORD  dwCtrlStyle = RBS_BANDBORDERS,
DWORD  dwStyle = WS_CHILD|WS_VISIBLE|WS_CLIPSIBLINGS|WS_CLIPCHILDREN|CBRS_TOP,
UINT  nID = AFX_IDW_REBAR 
)

Creates the rebar control and attaches it to the CBCGPReBar object.

Returns
Nonzero if successful; otherwise 0.

Call this member function to create a rebar.

Parameters
pParentWndPointer to the CWnd object whose window is the parent of the status bar. Normally your frame window.
dwCtrlStyleThe rebar control style. By default, RBS_BANDBORDERS, which displays narrow lines to separate adjacent bands within the rebar control. See Rebar Control Styles in the Platform SDK for a list of styles.
dwStyleThe rebar window styles.
nIDThe rebar's child-window ID.