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

In This Topic
    PasteTextAsync Method
    In This Topic
    Paste text or document fragment at the selection location asynchronously.
    Syntax
    'Declaration
     
    Public Function PasteTextAsync( _
       Optional ByVal text As System.String _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task PasteTextAsync( 
       System.string text
    )

    Parameters

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