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


In This Topic
    Clear Method (FpCombo)
    In This Topic
    Removes all of the selected contents of the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Clear() 
    'Usage
     
    
    Dim instance As FpCombo
     
    instance.Clear()
    public virtual void Clear()
    See Also