Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : ImageViewerItemDragDropOperation Enumeration |
public enum ImageViewerItemDragDropOperation : System.Enum
'Declaration
Public Enum ImageViewerItemDragDropOperation Inherits System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | DragEnter | The object is first dragged over the item. |
0x00000001 | DragOver | The object is dragging over the item. |
0x00000002 | DragLeave | The object is dragged out of the item. |
0x00000003 | DragDrop | The object is dropped on the item. |
For an example, refer to ItemDragDrop
System.Object
System.ValueType
System.Enum
Leadtools.Controls.ImageViewerItemDragDropOperation