Spread Windows Forms 17
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()
    public virtual void ResetTextTrue()
    See Also