Table of Contents

Method TryGetClipboardData

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

TryGetClipboardData(out string)

Gets the operating system clipboard if possible.

bool TryGetClipboardData(out string result)

Parameters

result string

Clipboard contents read

Returns

bool

true if it was possible to read the OS clipboard.