Summary
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.
Static Fields
Copy |
The data will be copied.
|
Ignore |
Ignore this drop action.
|
Link |
The data will be linked.
|
Move |
The data will be moved.
|