enum
DropAction
public sealed enum DropAction : Enum Used to tell the user what kind of action will happen during a drag and drop event on mouse release. In Windows, these actions will also display text near cursor to let the user know what will happen if they release their mouse button.
Enum Values
| Name | Value | Description |
|---|---|---|
Copy | | The data will be copied. |
Move | | The data will be moved. |
Link | | The data will be linked. |
Ignore | | Ignore this drop action. |