Overload | Description |
---|---|
AddMenuItem(NMenuItemCollection,NImage,NCommand) | Adds a menu item to the specified collection that executes the specified command. |
AddMenuItem(NMenuItemCollection,NImage,NCommand,String) | Adds a menu item to the specified collection that executes the specified command. |
AddMenuItem(NMenuItemCollection,NImage,String) | Adds a menu item to the specified collection that has the specified image and text. |
AddMenuItem(NMenu,NImage,NCommand) | Adds a menu item to the specified menu that executes the specified command. |
AddMenuItem(NMenu,NImage,NCommand,String) | Adds a menu item to the specified menu that executes the specified command. |
AddMenuItem(NMenu,NImage,String) | Adds a menu item to the specified menu that has the specified image and text. |