Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / Reset Method


In This Topic
    Reset Method (FpCombo)
    In This Topic
    Resets the contents of the control to the default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Reset() 
    'Usage
     
    
    Dim instance As FpCombo
     
    instance.Reset()
    public virtual void Reset()
    See Also