MenuCommandService::AddVerb Method (DesignerVerb^)
.NET Framework (current version)
Adds a verb to the verb table of the MenuCommandService.
Assembly: System.Design (in System.Design.dll)
Parameters
- verb
-
Type:
System.ComponentModel.Design::DesignerVerb^
The DesignerVerb to add.
| Exception | Condition |
|---|---|
| ArgumentNullException | verb is null. |
This verb is available regardless of what designer is currently selected. Unlike menu commands, verbs can define the text that is displayed to the user, but they do not define the placement of the command on the actual menu.
.NET Framework
Available since 2.0
Available since 2.0
Show: