Share via


Menus Functions

Send Feedback

The following table shows the menus functions with a description of the purpose of each.

Programming element PPC SP Description
AppendMenu X X This function appends a new item to the end of the specified menu.
CheckMenuItem X X This function sets the state of the specified menu item's check mark attribute to either checked or unchecked.
CheckMenuRadioItem X X This function checks a specified menu item and makes it a radio item.
CreateMenu X X This function creates a menu.
CreatePopupMenu X X This function creates a pop-up menu.
DeleteMenu X X This function deletes an item from the specified menu.
DestroyMenu X X This function destroys the specified menu and frees any memory that the menu occupies.
DrawMenuBar X X This function redraws the menu bar part of the command bar the specified window's command bar.
EnableMenuItem X X This function enables or disables (grays) the specified menu item.
GetMenuItemInfo X X This function retrieves information about a menu item.
GetSubMenu X X This function retrieves the handle to the pop-up menu activated by the specified menu item.
GetSystemMenu X X This function is implemented as a macro to maintain compatibility with existing code.
InsertMenu X X This function inserts a new menu item into a menu, moving other items down the menu.
LoadMenu X X This function loads the specified menu resource from the executable (.exe) file associated with an application instance.
RemoveMenu X X This function deletes a menu item from the specified menu.
SetMenuItemInfo X X This function changes information about a menu item.
TrackPopupMenu X X This function displays a floating pop-up menu at the specified location and tracks the selection of items on the pop-up menu.
TrackPopupMenuEx X X This function displays a floating pop-up menu at the specified location and tracks the selection of items on the pop-up menu.

See Also

Menus Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.