DragDropHelper Members
Include Protected Members
Include Inherited Members
Helper class for hooking up Drag and Drop operations with a specific drop target If no drop target is specified, the shell's main window drop target will be used by default, which allows handling file drop operations over the shell main's window
The DragDropHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DragDropHelper(IInputElement) | ||
DragDropHelper(IInputElement, IDropTarget) |
Top
Methods
Name | Description | |
---|---|---|
ConvertToOleDataObject | Creates a new IDataObject given a IDataObject. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnDragEnter | ||
OnDragLeave | ||
OnDragOver | ||
OnDrop | ||
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top