The DragResult enumeration provides the following values:
Description |
Value |
---|---|
DragError |
Error prevented the |
DragNone |
Drag target didn’t accept the data. |
DragCopy |
The data was successfully copied. |
DragMove |
The data was successfully moved (MSW only). |
DragLink |
Operation is a drag-link. |
DragCancel |
The operation was cancelled by user (not an error). |