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