This documentation is archived and is not being maintained.

DesignerVerb.Text Property

Gets the text description that describes the verb command on the menu.

[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

A description that describes the the verb command.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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

Show: