DesignerVerb Constructor (String^, EventHandler^, CommandID^)
.NET Framework (current version)
Initializes a new instance of the DesignerVerb class.
Assembly: System (in System.dll)
Parameters
- text
-
Type:
System::String^
The text of the menu command that is shown to the user.
- handler
-
Type:
System::EventHandler^
The event handler that performs the actions of the verb.
- startCommandID
-
Type:
System.ComponentModel.Design::CommandID^
The starting command ID for this verb. By default, the designer architecture sets aside a range of command IDs for verbs. You can override this by providing a custom command ID.
Verbs are menu commands that are dynamically inserted into the menu at run time. Verb commands are usually displayed on either an edit menu or on a component's shortcut menu.
NamedPermissionSet
for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:
.NET Framework
Available since 1.1
Available since 1.1
Show: