BCGControlBar Pro for MFC
virtual BOOL CBCGPTabbedToolbar::AddTab ( CBCGPControlBar pNewBar,
BOOL  bVisible = TRUE,
BOOL  bSetActive = TRUE,
BOOL  bDetachable = TRUE 
)
virtual

Adds a new toolbar to the tabbed toolbar.

Returns
TRUE if a new tab was added successfully; otherwise FALSE.

Use AddTab to add new toolbars to a tabbed toolbar.

Parameters
pNewBarPoints to a toolbar object to be added.
bVisibleSpecifies whether the newly added tab is visible.
bSetActiveSpecifies whether the added toolbar should be activated.
bDetachableReserved.