MenuCommandService Methods
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | AddCommand(MenuCommand^) | Adds a command handler to the menu command service. |
![]() | AddVerb(DesignerVerb^) | Adds a verb to the verb table of the MenuCommandService. |
![]() | Dispose() | Releases all resources used by the MenuCommandService. |
![]() | Dispose(Boolean) | Releases all resources used by the MenuCommandService. |
![]() | EnsureVerbs() | Ensures that the verb list has been created. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FindCommand(CommandID^) | Searches for the MenuCommand associated with the given command ID. |
![]() | FindCommand(Guid, Int32) | Searches for the MenuCommand associated with the given command. |
![]() | GetCommandList(Guid) | Gets the command list for a given GUID. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Gets a reference to the requested service. |
![]() | GetType() | |
![]() | GlobalInvoke(CommandID^) | Invokes the given command on the local form or in the global environment. |
![]() | GlobalInvoke(CommandID^, Object^) | Invokes the given command with the given parameter on the local form or in the global environment. |
![]() | MemberwiseClone() | |
![]() | OnCommandsChanged(MenuCommandsChangedEventArgs^) | Raises the MenuCommandsChanged event. |
![]() | RemoveCommand(MenuCommand^) | Removes the given menu command from the document. |
![]() | RemoveVerb(DesignerVerb^) | Removes the given verb from the document. |
![]() | ShowContextMenu(CommandID^, Int32, Int32) | Shows the shortcut menu with the given command ID at the given location. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

