[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.CopySelectedFragmentToClipboardAsync

CopySelectedFragmentToClipboardAsync Method

CopySelectedFragmentToClipboardAsync()

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.

Declaration
public Task CopySelectedFragmentToClipboardAsync()
Returns
Type Description
Task