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


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