ListViewDragDropDataObjectGetDataPresent(String) Method |
Checks to see whether the data is available in, or can be converted to, a specified format; the data format is specified by a string.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool GetDataPresent(
string format
)
Parameters
- format String
- A string that specifies what format to check for. See the DataFormats class for a set of pre-defined data formats.
Return Value
Boolean
true if the data is in, or can be converted to, the specified format; otherwise, false.
Implements
IDataObjectGetDataPresent(String)
See Also