Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ImageViewerDragTargetMode Enumeration

Show in webframe
Specifies the drag target allowed by ImageViewerDragInteractiveMode
Syntax
Leadtools.Controls.ImageViewerDragTargetMode = function() { };
Leadtools.Controls.ImageViewerDragTargetMode.prototype = {
	all = 0,
	same = 1,
	others = 2,
	
 };
Members
ValueMemberDescription
0all Drag target can be the same or any other ImageViewer in the application.
1same Drag target can only be the same ImageViewer that initiated the operation only and not any other ImageViewer instances in the application.
2others 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.

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file