BCGControlBar Pro for MFC
BOOL CBCGPToolbarCustomize::AddMenu ( UINT  uiMenuResId)

Loads a menu from the resources and adds the menu commands to the list box of commands on the "Commands" page.

Returns
Nonzero if a menu was added successfully; otherwise 0.

This function loads a menu from the resources and calls AddMenuCommands() to add this menu to the list box of commands on the "Commands" page.

Parameters
uiMenuResIdSpecifies the resource ID of a menu to load.