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


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