ImageViewerDragTargetMode Enumeration

Summary

Specifies the drag target allowed by ImageViewerDragInteractiveMode

Syntax

JavaScript Syntax
lt.Controls.ImageViewerDragTargetMode = { 
	All: 0, 
	Same: 1, 
	Others: 2 
} 
TypeScript Syntax
lt.Controls.ImageViewerDragTargetMode = { 
	All: 0, 
	Same: 1, 
	Others: 2 
} 

Members

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.

Remarks

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

Example

For an example, refer to ImageViewerDragInteractiveMode.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize