PyIDropTarget Object
Interface that acts as a target of OLE drag and drop operations
Methods
- DragEnter
- Called when an object is initially dragged into a window
- DragOver
- Called as the dragged object moves over the window
- DragLeave
- Called as the object is dragged back out of the window
- Drop
- Called when the object is dropped onto the window