Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / textDown Field


In This Topic
textDown Field
In This Topic
String text when the button is pressed.
Syntax
'Declaration
 
Public textDown As String
 
'Usage
 
Dim instance As FpButtonPaintArgs
Dim value As String
 
value = instance.textDown
 
instance.textDown = value
See Also