Specifies the drag target allowed by ImageViewerDragInteractiveMode.
public enum ImageViewerDragTargetMode public enum class ImageViewerDragTargetMode sealed | 
 0  | 
      
 All  | 
      
 (0) Drag target can be the same or any other ImageViewer in the application. 
  | 
   
| 
 1  | 
      
 Same  | 
      
 (1) Drag target can only be the same ImageViewer that initiated the operation only and not any other ImageViewer instances in the application. 
  | 
   
| 
 2  | 
      
 Others  | 
      
 (2) 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 target of the drag can be limited using this mode.
using Leadtools;using Leadtools.Controls;using Leadtools.Codecs;using Leadtools.Drawing;using Leadtools.ImageProcessing;using Leadtools.ImageProcessing.Color;_imageViewer.InteractiveModes.BeginUpdate();ImageViewerDragInteractiveMode dragMode = new ImageViewerDragInteractiveMode();dragMode.AllowedEffects = DragDropEffects.Copy | DragDropEffects.Move | DragDropEffects.Link;_imageViewer.InteractiveModes.Add(dragMode);_imageViewer.InteractiveModes.EndUpdate();
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
