Method SetClipboardData | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

SetClipboardData(string)

Pastes the text to the OS clipboard if possible.

public void SetClipboardData(string text)

Parameters

text string

The text to paste to the OS clipboard.

Exceptions

NotSupportedException

Thrown if it was not possible to paste to the OS clipboard.

Edit this page