void Customize( );
Remarks
Call this function to display the Customize Toolbar dialog box. This dialog box allows the user to customize the toolbar by adding and deleting buttons.
To support customization, your toolbar’s parent window must handle the customization notification messages as described in CToolBarCtrl: Handling Customization Notifications. Your toolbar must also have been created with the CCS_ADJUSTABLE style, as described in CToolBarCtrl::Create.