Click or drag to resize

IClipboardSetDataObjectSetData(Type, Object) Method

Sets clipboard data using a type format.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetData(
	Type format,
	Object data
)

Parameters

format  Type
The data type.
data  Object
The data.
See Also