Click or drag to resize

IClipboardGetDataObjectGetData(Type) Method

Gets clipboard data for the specified type.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Object? GetData(
	Type type
)

Parameters

type  Type
The type.

Return Value

Object
The data, or .
See Also