ImageGear .NET v24.12 - Updated
DragDropOptions Property (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : DragDropOptions Property
Gets or sets a value indicating whether the thumbnail browser can be a Drag source, Drop target or both.
Syntax
'Declaration
 
Property DragDropOptions As ImGearDragDropOptions
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As ImGearDragDropOptions
 
instance.DragDropOptions = value
 
value = instance.DragDropOptions
ImGearDragDropOptions DragDropOptions {get; set;}
__property ImGearDragDropOptions get_DragDropOptions();
__property void set_DragDropOptions( 
   ImGearDragDropOptions value
);
property ImGearDragDropOptions DragDropOptions {
   ImGearDragDropOptions get();
   void set (    ImGearDragDropOptions value);
}

Property Value

ImGearDragDropOptions enumeration value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members