Spread WinForms 15
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()
See Also