Error processing SSI file
(Leadtools.Controls)

Show in webframe

ImageViewerDragTargetMode Enumeration




Specifies the drag target allowed by ImageViewerDragInteractiveMode
Syntax
public enum ImageViewerDragTargetMode : System.Enum 
'Declaration
 
Public Enum ImageViewerDragTargetMode 
   Inherits System.Enum
Members
ValueMemberDescription
0x00000000All Drag target can be the same or any other ImageViewer in the application.
0x00000001Same Drag target can only be the same ImageViewer that initiated the operation only and not any other ImageViewer instances in the application.
0x00000002Others Drag target can be any other ImageViewer instance in the application but not the ImageViewer that initiated the operation.
Remarks

ImageViewerDragInteractiveMode is used to trigger drag operations from a source image viewer. The terget of the drag can be limited using this mode.

Example

For an example, refer to ImageViewerDragInteractiveMode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Controls.ImageViewerDragTargetMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file