Spread Windows Forms 17
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()
    public virtual void Cut()
    See Also