Table of Contents

Method TryGetClipboardData

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

TryGetClipboardData(out string)

Gets the operation 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.