←Select platform

ImageViewerItemDragDropOperation Enumeration

Summary

Current drag/drop operation.

Syntax
C#
VB
C++
public enum ImageViewerItemDragDropOperation 
Public Enum ImageViewerItemDragDropOperation 
public enum class ImageViewerItemDragDropOperation sealed 

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