Initializes a new instance of the DesignerVerb class.
[Visual Basic] Overloads Public Sub New( _ ByVal text As String, _ ByVal handler As EventHandler, _ ByVal startCommandID As CommandID _ ) [C#] public DesignerVerb( string text, EventHandler handler, CommandID startCommandID ); [C++] public: DesignerVerb( String* text, EventHandler* handler, CommandID* startCommandID ); [JScript] public function DesignerVerb( text : String, handler : EventHandler, startCommandID : CommandID );
Verbs are dynamic menu commands whose text and image can be determined at runtime. Verb commands generally show up on either an edit menu or a component's context menu.
DesignerVerb Class | DesignerVerb Members | System.ComponentModel.Design Namespace | DesignerVerb Constructor Overload List | CommandID | MenuCommand | IMenuCommandService