ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : DragDropOptions Property |
'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); }