Method TrySetClipboardData | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
TrySetClipboardData(string)
Pastes the text
to the OS clipboard if possible.
public bool TrySetClipboardData(string text)
Parameters
text
string
The text to paste to the OS clipboard.