Interface IClipboard | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Definition to interact with the OS clipboard.
public interface IClipboard
Properties
Returns true if the environmental dependencies are in place to interact with the OS clipboard.
Methods
Get the operating system clipboard.
Sets the operating system clipboard.
TryGetClipboardData(out string)
Gets the operating system clipboard if possible.
Sets the operating system clipboard if possible.