Gets or sets the text associated with this button.
public string Text {get; set;}
'Declaration
Public Property Text As String
'Usage
Dim instance As Button
Dim value As String
instance.Text = value
value = instance.Text
Property Value
The text associated with this button.