Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox 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 _
    ) 
    public void Paste( 
       string text
    )

    Parameters

    text
    The text to replace.
    See Also