Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / ResetCaption Method


In This Topic
    ResetCaption Method
    In This Topic
    Resets the text for the check box to its default setting.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetCaption() 
    'Usage
     
    
    Dim instance As FpCheckBox
     
    instance.ResetCaption()
    public virtual void ResetCaption()
    See Also