Interface IClipboard | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Definition to interact with the OS clipboard.

public interface IClipboard

Properties

IsSupported

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

Methods

GetClipboardData()

Get the operation system clipboard.

SetClipboardData(string)

Sets the operation system clipboard.

TryGetClipboardData(out string)

Gets the operation system clipboard if possible.

TrySetClipboardData(string)

Sets the operation system clipboard if possible.

Edit this page