Spread Windows Forms 12.0 Product Documentation
Paste Method (SuperEditBase)
Example 


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : Paste Method
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()
Remarks

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.

Example
control.Paste();
control.Paste()
See Also

Reference

SuperEditBase Class
SuperEditBase Members
Copy Method
Cut Method