Leadtools.Controls Namespace : ImageViewerDragTargetMode Enumeration |
Leadtools.Controls.ImageViewerDragTargetMode = function() { };
Leadtools.Controls.ImageViewerDragTargetMode.prototype = {
all = 0,
same = 1,
others = 2,
};
Value | Member | Description |
---|---|---|
0 | all | Drag target can be the same or any other ImageViewer in the application. |
1 | same | Drag target can only be the same ImageViewer that initiated the operation only and not any other ImageViewer instances in the application. |
2 | others | Drag target can be any other ImageViewer instance in the application but not the ImageViewer that initiated the operation. |
ImageViewerDragInteractiveMode is used to trigger drag operations from a source image viewer. The terget of the drag can be limited using this mode.
For an example, refer to ImageViewerDragInteractiveMode.