Verbs | Gets or sets an array of type DesignerVerb that indicates the set of verbs that are currently available. |
AddCommand | Adds a menu command to the document. |
AddVerb | Adds a verb to the set of global verbs. |
FindCommand | Searches for the given command ID and returns the MenuCommand associated with it. |
GlobalInvoke | Invokes a command on the local form or in the global environment. |
RemoveCommand | Removes the specified MenuCommand from the document. |
RemoveVerb | Removes the specified verb from the document. |
ShowContextMenu | Shows the context menu with the given command ID at the specified location. |
IMenuCommandService Interface | System.ComponentModel.Design Namespace