BCGControlBar Pro for MFC
virtual BOOL CBCGPTabbedToolbar::Create ( CWnd *  pParentWnd,
DWORD  dwStyle = dwDefaultToolbarStyle,
UINT  nID = AFX_IDW_TOOLBAR,
DWORD  dwBCGStyle = CBRS_BCGP_FLOAT 
)
virtual

Creates the Windows control and attaches it to a CBCGPTabbedToolbar object.

Returns
TRUE if the toolbar has been created successfully; otherwise FALSE.

Call this member function to create a tabbed toolbar object. You can use the same styles as when creating a regular toolbar object.

Parameters
pParentWndPoints to the parent window.
dwStyleThe toolbar style. See Toolbar Control and Button Styles in the Platform SDK for a list of appropriate styles.
nIDThe toolbar's child-window ID.
dwBCGStyleReserved.