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


In This Topic
    Copy Method (SuperEditBase)
    In This Topic
    Copies the selected text in the edit control to the Clipboard.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Copy() 
    'Usage
     
    
    Dim instance As SuperEditBase
     
    instance.Copy()
    public virtual void Copy()
    See Also