Interface IClipboardHandler
Contains properties and methods which allow to work with clipboard.
public interface IClipboardHandler : IDisposable
Methods
- GetData()
Retrieves the data that is currently on the system Clipboard, or null if there is no data on the Clipboard.
- SetData(IDataObject)
Clears the Clipboard and then adds data to it.