BCGControlBar Pro for MFC
BOOL CBCGPReBar::AddBar ( CWnd *  pBar,
COLORREF  clrFore,
COLORREF  clrBack,
LPCTSTR  pszText = NULL,
DWORD  dwStyle = RBBS_GRIPPERALWAYS 
)

Adds a band to a rebar.

Returns
Nonzero if successful; otherwise 0.

Call this member function to add a band to the rebar.

Parameters
pBarA pointer to a CWnd object that is the child window to be inserted into the rebar. The referenced object must have a WS_CHILD.
clrForeA COLORREF value that represents the foreground color of the rebar.
clrBackA COLORREF value that represents the background color of the rebar.
pszTextA pointer to a string containing the text to appear on the rebar. NULL by default. The text contained in lpszText is not part of the child window; it is on the rebar itself.
dwStyleA pointer to a CBitmap object to be displayed on the rebar background. NULL by default.