CommandBar_InsertMenubar

The CommandBar_InsertMenubar function inserts a menu bar into the command bar.

Syntax

BOOL CommandBar_InsertMenubar(HWND hwndCB, HINSTANCE hInst, WORD idMenu, int iButton);

At a Glance

Header file: Commctrl.h
Platforms: H/PC
Windows CE versions: 1.0 and later

Parameters

hwndCB
The command bar's window handle. This handle is returned by the CommandBar_Create function when the command bar is created.
hInst
Handle to the application instance.
idMenu
Resource identifier of the menu bar to insert in the command bar.
iButton
Zero-based index of a button. CommandBar_InsertMenubar inserts the menu bar to the left of this button.

Return Values

TRUE if the function succeeds. FALSE if it fails.

Remarks

Use the same type of menu bar in the command bar of a Windows CE application that you use for the main menu in an application running on a Windows desktop platform.

See Also

CommandBar_Create, CommandBar_GetMenu , CommandBar_InsertButton, CommandBar_InsertComboBox, CommandBar_InsertMenuBarEx