Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : ImageViewerDragTargetMode Enumeration |
public enum ImageViewerDragTargetMode : System.Enum
'Declaration
Public Enum ImageViewerDragTargetMode Inherits System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | All | Drag target can be the same or any other ImageViewer in the application. |
0x00000001 | Same | Drag target can only be the same ImageViewer that initiated the operation only and not any other ImageViewer instances in the application. |
0x00000002 | 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.
System.Object
System.ValueType
System.Enum
Leadtools.Controls.ImageViewerDragTargetMode