Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / ResetTextFalse Method


In This Topic
ResetTextFalse Method
In This Topic
Resets the text for the false state of the check box to its default setting.
Syntax
'Declaration
 
Public Overridable Sub ResetTextFalse() 
 
'Usage
 
Dim instance As FpCheckBox
 
instance.ResetTextFalse()
See Also