MenuCommandService::AddCommand Method (MenuCommand^)

 

Adds a command handler to the menu command service.

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

public:
virtual void AddCommand(
	MenuCommand^ command
)

Parameters

command
Type: System.ComponentModel.Design::MenuCommand^

The MenuCommand to add.

Exception Condition
ArgumentNullException

command is null.

ArgumentException

A command handler command already exists.

The AddCommand method adds a command handler to the menu command service. Command handlers do not define the text, shortcut, or placement of a menu item. Rather, they define the menu item’s behavior if the item is clicked.

.NET Framework
Available since 2.0
Return to top
Show: