This enumeration dictates the type of drag and drop operation to perform. If the source control is the
same one that the thumbnails are being dropped onto, these values are ignored and the thumbnails are simply
reordered.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
SyntaxPublic Enumeration DragDropMode
Members
| Member name | Description |
---|
| Move | The thumbnails will be removed from the previous ThumbnailView and moved to the control they were dropped
on. |
| Copy | A copy of the thumbnails are added to the destination control, leaving the original thumbnails in the
source control. |
See Also