Class ClipboardBase | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Shared abstract class to enforce rules from the implementation of the IClipboard interface.
public abstract class ClipboardBase : IClipboard
Inheritance
ClipboardBase
Implements
Derived
Inherited Members
Properties
Returns true if the environmental dependencies are in place to interact with the OS clipboard
Methods
Returns the contents of the OS clipboard if possible.
Returns the contents of the OS clipboard if possible. Implemented by IConsoleDriver-specific subclasses.
Pastes the text
to the OS clipboard if possible.
Pastes the text
to the OS clipboard if possible. Implemented by IConsoleDriver-specific subclasses.
TryGetClipboardData(out string)
Copies the contents of the OS clipboard to result
if possible.
Pastes the text
to the OS clipboard if possible.