Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / Paste Method


In This Topic
    Paste Method (SuperEditBase)
    In This Topic
    Pastes the contents of the Clipboard into the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Paste() 
    'Usage
     
    
    Dim instance As SuperEditBase
     
    instance.Paste()
    public virtual void Paste()
    See Also