Click or drag to resize

IClipboardSetDataObject Interface

Interface for a data object to put data on the clipboard.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IClipboardSetDataObject

The IClipboardSetDataObject type exposes the following members.

Methods
 NameDescription
Public methodSetCommaSeparatedValues Sets comma-separated values text on the clipboard.
Public methodSetData(String, Object) Sets clipboard data using a string format.
Public methodSetData(Type, Object) Sets clipboard data using a type format.
Public methodSetFileDropList Sets a file-drop list on the clipboard.
Public methodSetImage Sets an image on the clipboard.
Top
See Also