ListViewDragDropDataObjectGetFormats Method |
Returns a list of all formats that the data in this data object is stored in, or can be converted to.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string[] GetFormats()
Return Value
String
An array of strings, with each string specifying the name of a format supported by this data object.
Implements
IDataObjectGetFormats
See Also