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

In This Topic
    CopySelectedFragmentToClipboardAsync Method
    In This Topic
    Copies the selected document fragment to the clipboard. The fragment can be pasted as text only with PasteText() or as a fragment with PasteFragment. Fragments include current formatting asynchronously.
    Syntax
    'Declaration
     
    Public Function CopySelectedFragmentToClipboardAsync() As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task CopySelectedFragmentToClipboardAsync()
    See Also