Table of Contents

Method GetClipboardData

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetClipboardData()

Returns the contents of the OS clipboard if possible.

public string GetClipboardData()

Returns

string

The contents of the OS clipboard if successful.

Exceptions

NotSupportedException

Thrown if it was not possible to copy from the OS clipboard.