User32AppendMenu Method

Overload List

AppendMenu(IntPtr, UInt32, UIntPtr, String) Appends a new item to the end of the specified menu bar, drop-down menu, submenu, or shortcut menu.

You can use this function to specify the content, appearance, and behavior of the menu item.

AppendMenu(SafeHandle, UInt32, UIntPtr, String) Appends a new item to the end of the specified menu bar, drop-down menu, submenu, or shortcut menu.

You can use this function to specify the content, appearance, and behavior of the menu item.

See Also