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