Interface IClipboard
Definition to interact with the OS clipboard.
public interface IClipboard
Properties
- IsSupported
Returns true if the environmental dependencies are in place to interact with the OS clipboard.
Methods
- GetClipboardData()
Get the operating system clipboard.
- SetClipboardData(string)
Sets the operating system clipboard.
- TryGetClipboardData(out string)
Gets the operating system clipboard if possible.
- TrySetClipboardData(string)
Sets the operating system clipboard if possible.