Replaces the current selection in the Text Control with the contents of the Clipboard.
Introduced: 15.0.
public void Paste();
Public Sub Paste()
public void Paste(ClipboardFormat format);
Public Sub Paste(ByVal format As ClipboardFormat)
Parameter | Description |
---|---|
format | Specifies the format to paste. It must be one of the Clipboard |