[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.PasteTextAsync

PasteTextAsync Method

PasteTextAsync(string)

Paste text or document fragment at the selection location asynchronously.

Declaration
public Task PasteTextAsync(string text = null)
Parameters
Type Name Description
string text

Optional text string containing the text to paste. If null, the text is taken from the clipboard.

Returns
Type Description
Task