IClipboardGetDataObjectGetDataPresent(Type) Method |
Determines whether data of the specified type is present.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool GetDataPresent(
Type type
)
Parameters
- type Type
- The type.
Return Value
Boolean if the data is present; otherwise,
.
See Also