The RemoveMenu function deletes a menu item from the specified menu. If the menu item opens a drop-down menu or submenu, RemoveMenu does not destroy the menu or its handle, allowing the menu to be reused. Before this function is called, the GetSubMenu function should retrieve the handle of the drop-down menu or submenu.
BOOL RemoveMenu(
HMENU hMenu, |
// handle of menu |
UINT uPosition, |
// menu item identifier or position |
UINT uFlags |
// menu item flag |
); |
Value |
Meaning |
MF_BYCOMMAND |
Indicates that uPosition gives the identifier of the menu item. If neither the MF_BYCOMMAND nor MF_BYPOSITION flag is specified, the MF_BYCOMMAND flag is the default flag. |
MF_BYPOSITION |
Indicates that uPosition gives the zero-based relative position of the menu item. |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The application must call the DrawMenuBar function whenever a menu changes, whether or not the menu is in a displayed window.
CreatePopupMenu, DeleteMenu, DrawMenuBar, GetSubMenu
file: /Techref/os/win/api/win32/func/src/f74_2.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 08:19,
3.147.80.249:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/os/win/api/win32/func/src/f74_2.htm"> RemoveMenu</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.