Class Clipboard | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Provides cut, copy, and paste support for the OS clipboard.
public static class Clipboard
Inheritance
Clipboard
Inherited Members
Properties
Gets (copies from) or sets (pastes to) the contents of the OS clipboard.
Returns true if the environmental dependencies are in place to interact with the OS clipboard.
Methods
TryGetClipboardData(out string)
Copies the _contents of the OS clipboard to result
if possible.
Pastes the text
to the OS clipboard if possible.