C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / PasteText Method
Optional text string containing the text to paste. If null, the text is taken from the clipboard.

In This Topic
PasteText Method
In This Topic
Paste text or document fragment at the selection location.
Syntax
'Declaration
 
Public Sub PasteText( _
   Optional ByVal text As System.String _
) 
 

Parameters

text
Optional text string containing the text to paste. If null, the text is taken from the clipboard.
See Also