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