Click or drag to resize

IClipboardGetDataObjectGetDataPresent(Type) Method

Determines whether data of the specified type is present.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool GetDataPresent(
	Type type
)

Parameters

type  Type
The type.

Return Value

Boolean
if the data is present; otherwise, .
See Also