Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / TextDown Property


In This Topic
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
See Also