[]
Pastes when use of Clipboard is allowed.
public void Paste()
Public Sub Paste()
Pastes with formatting when use of Clipboard is allowed.
public void Paste(DataFormats.Format clipFormat)
Public Sub Paste(clipFormat As DataFormats.Format)
Type | Name | Description |
---|---|---|
DataFormats.Format | clipFormat | The Clipboard format in which the data should be obtained from the Clipboard. |