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


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