Gets or sets the text to show on the menu item for the verb.
[Visual Basic] Public ReadOnly Property Text As String [C#] public string Text {get;} [C++] public: __property String* get_Text(); [JScript] public function get Text() : String;
The text to show on the menu for the verb command.
DesignerVerb Class | DesignerVerb Members | System.ComponentModel.Design Namespace | MenuCommand | IMenuCommandService