IMenuCommandService Methods
.NET Framework (current version)
Namespace:
System.ComponentModel.Design
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AddCommand(MenuCommand^) | Adds the specified standard menu command to the menu. |
![]() | AddVerb(DesignerVerb^) | Adds the specified designer verb to the set of global designer verbs. |
![]() | FindCommand(CommandID^) | Searches for the specified command ID and returns the menu command associated with it. |
![]() | GlobalInvoke(CommandID^) | Invokes a menu or designer verb command matching the specified command ID. |
![]() | RemoveCommand(MenuCommand^) | Removes the specified standard menu command from the menu. |
![]() | RemoveVerb(DesignerVerb^) | Removes the specified designer verb from the collection of global designer verbs. |
![]() | ShowContextMenu(CommandID^, Int32, Int32) | Shows the specified shortcut menu at the specified location. |
Show:
