Gets or sets the button's display text.
public override string Text { get; set; }
Overrides Public Property Text As String
The text specified via the Text property is displayed if the button's ViewStyle property is set to ViewStyle.ImageAndText or ViewStyle.Text.