Click or drag to resize

ListViewDragDropDataObjectGetDataPresent(String, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.ListViewDragDropDataObject.GetDataPresent(System.String,System.Boolean)"]


Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool GetDataPresent(
	string format,
	bool autoConvert
)

Parameters

format  String

[Missing <param name="format"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.ListViewDragDropDataObject.GetDataPresent(System.String,System.Boolean)"]

autoConvert  Boolean

[Missing <param name="autoConvert"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.ListViewDragDropDataObject.GetDataPresent(System.String,System.Boolean)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.ListViewDragDropDataObject.GetDataPresent(System.String,System.Boolean)"]

Implements

IDataObjectGetDataPresent(String, Boolean)
See Also