Click or drag to resize

IClipboardGetDataObjectGetData(String) Method

Gets clipboard data for the specified format.

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

Parameters

format  String
The format.

Return Value

Object
The data, or .
See Also