ListViewDragDropDataObjectGetDataPresent(Type) 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
Type object.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool GetDataPresent(
Type format
)
Parameters
- format Type
- A Type that specifies what format to check for. See the DataFormats class for a set of predefined data formats.
Return Value
Boolean
true if the data is in, or can be converted to, the specified format; otherwise, false.
Implements
IDataObjectGetDataPresent(Type)
See Also