IMenuCommandService Methods

 

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodAddCommand(MenuCommand^)

Adds the specified standard menu command to the menu.

System_CAPS_pubmethodAddVerb(DesignerVerb^)

Adds the specified designer verb to the set of global designer verbs.

System_CAPS_pubmethodFindCommand(CommandID^)

Searches for the specified command ID and returns the menu command associated with it.

System_CAPS_pubmethodGlobalInvoke(CommandID^)

Invokes a menu or designer verb command matching the specified command ID.

System_CAPS_pubmethodRemoveCommand(MenuCommand^)

Removes the specified standard menu command from the menu.

System_CAPS_pubmethodRemoveVerb(DesignerVerb^)

Removes the specified designer verb from the collection of global designer verbs.

System_CAPS_pubmethodShowContextMenu(CommandID^, Int32, Int32)

Shows the specified shortcut menu at the specified location.

Return to top
Show: