TextDown Property (FpButton)
Gets or sets the text to display when the button is pressed.
public string TextDown {get; set;}
'Declaration
Public Property TextDown As String
'Usage
Dim instance As FpButton
Dim value As String
instance.TextDown = value
value = instance.TextDown