ImageGear .NET - Updated
DragDropOptions Property (ImGearThumbnailCtl)
Example 




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : DragDropOptions Property
Gets or sets a value indicating whether the thumbnail browser can be a Drag source, Drop target or both.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute()>
Public Property DragDropOptions As ImGearDragDropOptions
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As ImGearDragDropOptions
 
instance.DragDropOptions = value
 
value = instance.DragDropOptions
[Category("Behavior")]
[Description()]
public ImGearDragDropOptions DragDropOptions {get; set;}
[Category("Behavior")]
[Description()]
public: __property ImGearDragDropOptions get_DragDropOptions();
public: __property void set_DragDropOptions( 
   ImGearDragDropOptions value
);
[Category("Behavior")]
[Description()]
public:
property ImGearDragDropOptions DragDropOptions {
   ImGearDragDropOptions get();
   void set (    ImGearDragDropOptions value);
}

Property Value

ImGearDragDropOptions enumeration value.
Example
igThumbnailCtl.DragDropOptions = ImGearDragDropOptions.DragDrop;
igThumbnailCtl.DragDropOptions = ImGearDragDropOptions.DragDrop
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members
ImGearDragDropOptions Enumeration