Method GetClipboardDataImpl | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
GetClipboardDataImpl()
Returns the contents of the OS clipboard if possible. Implemented by IConsoleDriver-specific subclasses.
protected override string GetClipboardDataImpl()
Returns
The contents of the OS clipboard if successful.
Exceptions
Thrown if it was not possible to copy from the OS clipboard.