NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DesignerVerb.Text

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;

Property Value

The text to show on the menu for the verb command.

See Also

DesignerVerb Class | DesignerVerb Members | System.ComponentModel.Design Namespace | MenuCommand | IMenuCommandService