←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly