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

In This Topic
    CopySelectionToClipboardAsync Method
    In This Topic
    Copies the selected text to the clipboard. Alternatively, text can be copied to the clipboard by right-click, copy asynchronously.
    Syntax
    'Declaration
     
    Public Function CopySelectionToClipboardAsync() As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task CopySelectionToClipboardAsync()
    See Also