BCGControlBar Pro for MFC
UINT BCGM_CREATETOOLBAR

The BCGM_CUSTOMIZETOOLBAR message is sent by CBCGPToolbarCustomize to notify the parent frame, that the user is creating a new toolbar.

Parameters
wParamthis parameter is not used.
lParamthis parameter contains a pointer to the toolbar name.
Returns
should return a pointer to the created toolbar or NULL to abort creation.

Process this message if you want to create an object of the CBCGPToolBar - derived class.