Represents information about the effects of a drag-and-drop operation.
Maps to Windows'
DROPEFFECT Constants.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Members
| Member name | Value | Description |
---|
| DROPEFFECT_NONE | 0 |
Drop target cannot accept the data.
|
| DROPEFFECT_COPY | 1 |
Drop results in a copy. The original data is untouched by the drag source.
|
| DROPEFFECT_MOVE | 2 |
Drag source should remove the data.
|
| DROPEFFECT_LINK | 4 |
Drag source should create a link to the original data.
|
See Also