Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / Cut Method


In This Topic
Cut Method (SuperEditBase)
In This Topic
Cuts the selected contents in the edit control to the Clipboard.
Syntax
'Declaration
 
Public Overridable Sub Cut() 
 
'Usage
 
Dim instance As SuperEditBase
 
instance.Cut()
See Also