ImageGear .NET
DragDropOptions Property (IImGearThumbnailCtl)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback