Method TrySetClipboardData
TrySetClipboardData(string)
Pastes the text to the OS clipboard if possible.
public bool TrySetClipboardData(string text)
Parameters
textstringThe text to paste to the OS clipboard.
Pastes the text to the OS clipboard if possible.
public bool TrySetClipboardData(string text)
text stringThe text to paste to the OS clipboard.