Table of Contents

Interface IClipboardHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.