Click or drag to resize

ListViewDragDropDataObject Class

[Missing <summary> documentation for "T:Altaxo.Gui.Pads.ProjectBrowser.ListViewDragDropDataObject"]

Inheritance Hierarchy
SystemObject
  Altaxo.Gui.Pads.ProjectBrowserListViewDragDropDataObject

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ListViewDragDropDataObject : IDataObject

The ListViewDragDropDataObject type exposes the following members.

Constructors
 NameDescription
Public methodListViewDragDropDataObjectInitializes a new instance of the ListViewDragDropDataObject class
Top
Properties
 NameDescription
Public propertyFolderName 
Public propertyItemList Gets or sets the item list. This list either contains project items (for foreign applications) or DocNodeProxies (for our own application instance).
Public propertyItemListWasRendered Gets or sets a value indicating whether the item list was rendered.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetData(String) 
Public methodGetData(Type) 
Public methodGetData(String, Boolean) 
Public methodGetDataPresent(String) 
Public methodGetDataPresent(Type) 
Public methodGetDataPresent(String, Boolean) 
Public methodGetFormats 
Public methodGetFormats(Boolean) 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetData(Object) 
Public methodSetData(String, Object) 
Public methodSetData(Type, Object) 
Public methodSetData(String, Object, Boolean) 
Public methodSetFormats 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
See Also