MenuCommandService::AddCommand Method (MenuCommand^)
.NET Framework (current version)
Adds a command handler to the menu command service.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: