[]
Paste text or document fragment at the selection location asynchronously.
public Task PasteTextAsync(string text = null)
Public Function PasteTextAsync(Optional text As String = Nothing) As Task
| Type | Name | Description |
|---|---|---|
| string | text | Optional text string containing the text to paste. If null, the text is taken from the clipboard. |
| Type | Description |
|---|---|
| Task |