ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearDragDropOptions Enumeration




In This Topic
    ImGearDragDropOptions Enumeration
    In This Topic
    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
    MemberValueDescription
    Disable0No drag and drop actions are allowed.
    Drag1Drag action is allowed.
    DragDrop3Both drag and drop actions are allowed.
    Drop2Drop action is allowed.
    Inheritance Hierarchy

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

    See Also