Error processing SSI file
(Leadtools.Controls)

Show in webframe

ImageViewerItemDragDropOperation Enumeration




Current drag/drop operation.
Syntax
public enum ImageViewerItemDragDropOperation : System.Enum 
'Declaration
 
Public Enum ImageViewerItemDragDropOperation 
   Inherits System.Enum
Members
ValueMemberDescription
0x00000000DragEnter The object is first dragged over the item.
0x00000001DragOver The object is dragging over the item.
0x00000002DragLeave The object is dragged out of the item.
0x00000003DragDrop The object is dropped on the item.
Example

For an example, refer to ItemDragDrop

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Controls.ImageViewerItemDragDropOperation

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file