IMenuCommandService::AddVerb Method (DesignerVerb^)
.NET Framework (current version)
Adds the specified designer verb to the set of global designer verbs.
Assembly: System (in System.dll)
Parameters
- verb
-
Type:
System.ComponentModel.Design::DesignerVerb^
The DesignerVerb to add.
Designers of components that provide designer verbs should use the Verbs property of their designer rather than calling this method. This method adds a global designer verb that can be accessed from the right-click shortcut menu in design mode regardless of the currently selected component.
.NET Framework
Available since 1.1
Available since 1.1
Show: