The status of a drag-and-drop operation.
| Property | Description |
|---|---|
| None | The drag-and-drop is currently unhandled. |
| Copy | The drag-and-drop handlers want to copy data. |
| Move | The drag-and-drop handlers want to move data. |
| Rejected | The drag-and-drop operation is being rejected by the handlers. |
| Link | The drag-and-drop handlers want to reorder or link data without moving or copying it (arrow cursor). |