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