[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.ReplaceSelectedTextAsync

ReplaceSelectedTextAsync Method

ReplaceSelectedTextAsync(string)

Replaces selected text with the text in the clipboard. Alternatively, text and images can paste over selected text by right-click, paste asynchronously.

Declaration
public Task ReplaceSelectedTextAsync(string text)
Parameters
Type Name Description
string text
Returns
Type Description
Task