Spread WinForms 15
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()
See Also