Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / TextFalse Property


In This Topic
TextFalse Property (FpCheckBox)
In This Topic
Gets or sets the text displayed when the state of the check box control is false.
Syntax
'Declaration
 
Public Overridable Property TextFalse As String
 
'Usage
 
Dim instance As FpCheckBox
Dim value As String
 
instance.TextFalse = value
 
value = instance.TextFalse
See Also