Drag bit-mask defining the icon to display during a drag and drop operation.
Drag bit-mask defining the icon to display during a drag and drop operation.
Member | Value | Description |
---|---|---|
DRAG_COPY | 1 | Copy operation is permitted. |
DRAG_DELETE | 32 | Delete operation is permitted. |
DRAG_EVERY | -1 | Every operation is permitted. |
DRAG_GENERIC | 4 | Reserved. |
DRAG_LINK | 2 | Link operation is permitted. |
DRAG_MOVE | 16 | Move operation is permitted. |
DRAG_NONE | 0 | No operation is permitted. |
DRAG_PRIVATE | 8 | Reserved. |