ImageGear .NET - Updated
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
public enum ImGearDragDropOptions : System.Enum 
__value public enum ImGearDragDropOptions : public System.Enum 
public enum class ImGearDragDropOptions : public System.Enum 
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