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