'Declaration Public Overridable Sub Copy()
'Usage Dim instance As SuperEditBase instance.Copy()
public virtual void Copy()
'Declaration Public Overridable Sub Copy()
'Usage Dim instance As SuperEditBase instance.Copy()
public virtual void Copy()
Use this method to copy the selected text to the Clipboard.
Use the Cut method to remove the text and place it on the Clipboard. Use the Paste method to paste text from the Clipboard into the control.
control.Copy();
control.Copy()