[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.PasteText

PasteText Method

PasteText(string)

Paste text or document fragment at the selection location.

Declaration
[Obsolete("This method is deprecated, please, use PasteTextAsync instead.")]
public void PasteText(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.