Editor for WinForms | ComponentOne
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 _
    ) 
    public void PasteText( 
       System.string text
    )

    Parameters

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