Click or drag to resize

GUIFactoryServiceSetClipboardDataObject(IClipboardSetDataObject) Method

Sets the data stored in the dataObject on the clipboard for temporary usage.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void SetClipboardDataObject(
	IClipboardSetDataObject dataObject
)

Parameters

dataObject  IClipboardSetDataObject
Object used to store the data.

Implements

IGuiFactoryServiceSetClipboardDataObject(IClipboardSetDataObject)
See Also