Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / ReplaceSelectedTextAsync Method

In This Topic
    ReplaceSelectedTextAsync Method
    In This Topic
    Replaces selected text with the text in the clipboard. Alternatively, text and images can paste over selected text by right-click, paste asynchronously.
    Syntax
    'Declaration
     
    Public Function ReplaceSelectedTextAsync( _
       ByVal text As System.String _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task ReplaceSelectedTextAsync( 
       System.string text
    )

    Parameters

    text
    See Also