Method SetClipboardDataImpl | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
SetClipboardDataImpl(string)
Pastes the text
to the OS clipboard if possible. Implemented by IConsoleDriver-specific subclasses.
protected abstract void SetClipboardDataImpl(string text)
Parameters
text
string
The text to paste to the OS clipboard.
Exceptions
Thrown if it was not possible to paste to the OS clipboard.