Class Clipboard | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Provides cut, copy, and paste support for the OS clipboard.

public static class Clipboard

Inheritance

Clipboard

Inherited Members

Properties

Contents

Gets (copies from) or sets (pastes to) the contents of the OS clipboard.

IsSupported

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

Methods

TryGetClipboardData(out string)

Copies the _contents of the OS clipboard to result if possible.

TrySetClipboardData(string)

Pastes the text to the OS clipboard if possible.