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


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