Click or drag to resize

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.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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