User32DeleteMenu Method

Overload List

DeleteMenu(IntPtr, UInt32, MenuPosition) Deletes an item from the specified menu.

If the menu item opens a menu or submenu, this function destroys the handle to the menu or submenu and frees the memory used by the menu or submenu.

DeleteMenu(SafeHandle, UInt32, MenuPosition) Deletes an item from the specified menu.

If the menu item opens a menu or submenu, this function destroys the handle to the menu or submenu and frees the memory used by the menu or submenu.

See Also