IClipboardGetDataObjectGetData(Type) Method |
Gets clipboard data for the specified type.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxObject? GetData(
Type type
)
Parameters
- type Type
- The type.
Return Value
ObjectThe data, or
.
See Also