ImageGear .NET v24.14 - Updated September 15, 2020
ImGearDragDropOptions Enumeration




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace : ImGearDragDropOptions Enumeration
Specifies drag and drop actions that are allowed in the thumbnail control.
Syntax
'Declaration
 
Public Enum ImGearDragDropOptions 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearDragDropOptions
Members
MemberDescription
DisableNo drag and drop actions are allowed.
DragDrag action is allowed.
DragDropBoth drag and drop actions are allowed.
DropDrop action is allowed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Windows.Forms.Thumbnails.ImGearDragDropOptions

See Also

Reference

ImageGear.Windows.Forms.Thumbnails Namespace