Method TryGetClipboardData | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
TryGetClipboardData(out string)
Copies the contents of the OS clipboard to result
if possible.
public bool TryGetClipboardData(out string result)
Parameters
result
string
The contents of the OS clipboard if successful.