[]
Sets the selected text to the specified text without clearing the undo buffer.
public void Paste(string text)
Type | Name | Description |
---|---|---|
string | text | The text to replace. |
Replaces the current selection in the text box with the contents of the Clipboard.
public void Paste()