Previous topic

DragImage

Next topic

DropFilesEvent

This Page

phoenix_title DragResultΒΆ

The DragResult enumeration provides the following values:

Description Value
DragError Error prevented the DD operation from completing.
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).