AppendMenu |
Appends a menu item to a menu |
ChangeMenu |
Changes a menu. |
CheckMenuItem |
Places or removes checkmarks next to pop-up menu items |
CreateMenu |
Creates an empty menu |
CreatePopupMenu |
Creates an empty pop-up menu |
DeleteMenu |
Removes a menu item and destroys any associated pop-up menus |
DestroyMenu |
Destroys the specified menu |
DrawMenuBar |
Redraws a menu bar |
EnableMenuItem |
Enables, disables, or grays a menu item |
GetMenu |
Retrieves a handle to the menu of a specified window |
GetMenuCheckMarkDimensions |
Retrieves the dimensions of the default menu checkmark bitmap |
GetMenuItemCount |
Returns the count of items in a menu |
GetMenuItemID |
Returns the item's identification |
GetMenuState |
Obtains the status of a menu item |
GetMenuString |
Copies a menu label into a string |
GetSubMenu |
Retrieves the menu handle of a pop-up menu |
GetSystemMenu |
Accesses the System menu for copying and modification |
HiliteMenuItem |
Highlights or removes the highlighting from a top-level (menu-bar) menu item |
InsertMenu |
Inserts a menu item in a menu |
IsMenu |
|
LoadMenu |
Loads a menu resource |
LoadMenuIndirect |
Loads a menu resource |
ModifyMenu |
Changes a menu item |
RemoveMenu |
Removes an item from a menu but does not destroy it |
SetMenu |
Specifies a new menu for a window |
SetMenuItemBitmaps |
Associates bitmaps with a menu item for display when an item is and is not checked |
TrackPopupMenu |
Displays a pop-up menu at a specified screen location and tracks user interaction with the menu |