Click or drag to resize

GUIFactoryServiceSetClipboardDataObject(IClipboardSetDataObject, Boolean) Method

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

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

Parameters

dataObject  IClipboardSetDataObject
Object used to store the data.
value  Boolean
If true, the data remains on the clipboard when the application is closed. If false, the data will be removed from the clipboard when the application is closed.

Implements

IGuiFactoryServiceSetClipboardDataObject(IClipboardSetDataObject, Boolean)
See Also