C1.Win.Input.Base Namespace / C1TextBoxBase Class / Paste Method / Paste(String) Method
The text to replace.

In This Topic
Paste(String) Method
In This Topic
Sets the selected text to the specified text without clearing the undo buffer.
Syntax
'Declaration
 
Public Overloads Sub Paste( _
   ByVal text As String _
) 
 

Parameters

text
The text to replace.
See Also