Share via


CommandBar_InsertMenubar

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function inserts a menu bar into the command bar.

Syntax

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

Parameters

  • hwndCB
    Handle to the command bar's window. 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 Value

TRUE indicates success. FALSE indicates failure.

Remarks

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

Requirements

Header commctrl.h
Library commctrl.lib
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CommandBar_Create
CommandBar_GetMenu
CommandBar_InsertButton
CommandBar_InsertComboBox
CommandBar_InsertMenubarEx