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

In This Topic
    CutSelectedFragmentToClipboardAsync Method
    In This Topic
    Copies the selected document fragment to the clipboard and removes the selected data from the document asynchronously.
    Syntax
    'Declaration
     
    Public Function CutSelectedFragmentToClipboardAsync() As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task CutSelectedFragmentToClipboardAsync()
    See Also