Table of Contents

Method GetClipboardDataImpl

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetClipboardDataImpl()

Returns the contents of the OS clipboard if possible. Implemented by ConsoleDriver-specific subclasses.

protected override string GetClipboardDataImpl()

Returns

string

The contents of the OS clipboard if successful.

Exceptions

NotSupportedException

Thrown if it was not possible to copy from the OS clipboard.