Class FakeDriver.FakeClipboard | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

public class FakeDriver.FakeClipboard : ClipboardBase, IClipboard

Inheritance

FakeDriver.FakeClipboard

Implements

Inherited Members

Constructors

FakeClipboard(bool, bool)

Fields

FakeException

Properties

IsSupported

Returns true if the environmental dependencies are in place to interact with the OS clipboard

Methods

GetClipboardDataImpl()

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

SetClipboardDataImpl(string)

Pastes the text to the OS clipboard if possible. Implemented by IConsoleDriver-specific subclasses.