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