Gets or sets the text that wil be displayed on the
System.Windows.Forms.ToolStripMenuItem
public virtual string Text {get; set;}
'Declaration
Public Overridable Property Text As String
'Usage
Dim instance As WorkstationMenuProperties
Dim value As String
instance.Text = value
value = instance.Text
public: __property virtual string* get_Text();
public: __property virtual void set_Text(
string* value
);
public:
virtual property string* Text {
string* get();
void set ( string* value);
}
Property Value
The text that wil be displayed on the
System.Windows.Forms.ToolStripMenuItem