ImageViewerItemDragDropOperation Enumeration

Summary

Current drag/drop operation.

Syntax
TypeScript
JavaScript
lt.Controls.ImageViewerItemDragDropOperation = { 
	dragEnter: 0, 
	dragOver: 1, 
	dragLeave: 2, 
	dragDrop: 3 
} 
lt.Controls.ImageViewerItemDragDropOperation = { 
	dragEnter: 0, 
	dragOver: 1, 
	dragLeave: 2, 
	dragDrop: 3 
} 

Members

0 DragEnter

(0) The object is first dragged over the item.

1 DragOver

(1) The object is dragging over the item.

2 DragLeave

(2) The object is dragged out of the item.

3 DragDrop

(3) The object is dropped on the item.

Example

For an example, refer to ItemDragDrop

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly