Interface IClipboard | Terminal.Gui v1 (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 operation system clipboard.
Sets the operation system clipboard.
TryGetClipboardData(out string)
Gets the operation system clipboard if possible.
Sets the operation system clipboard if possible.