Specifies drag and drop actions that are allowed in the thumbnail control.
Syntax
__value public enum ImGearDragDropOptions : public System.Enum
public enum class ImGearDragDropOptions : public System.Enum
Members
Member | Description |
Disable | No drag and drop actions are allowed. |
Drag | Drag action is allowed. |
DragDrop | Both drag and drop actions are allowed. |
Drop | Drop action is allowed. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Windows.Forms.Thumbnails.ImGearDragDropOptions
See Also