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


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