Ant Organisation Ltd documentation

DragDropManager Members

DragDropManager overview

Public Static Fields

TraceEnabled

Public Static Methods

GetGets the singleton instance of DragDropManager.

Public Instance Methods

AddImageAdds a named image.
AddTargetAdds a new drag-drop target to the manager.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
PopImageRestores the image to the one before PushImage () was called.
PushImageChanges the currently displayed image for dragging to the named one. Should be set back using PopImage.
RemoveAllTargetsRemoves all targets for the specified control from the manager.
RemoveTargetRemoves the specified target from the manager.
SetImageSets the current image.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

dragCancelledEvent
dragStartedEvent
droppedEvent

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DragDropManager Class | Ant.Shared.Windows.DragDrop Namespace