ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : DragDropOptions Property |
'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute()> Public Property DragDropOptions As ImGearDragDropOptions
'Usage Dim instance As ImGearThumbnailCtl Dim value As ImGearDragDropOptions instance.DragDropOptions = value value = instance.DragDropOptions
[CategoryAttribute("Behavior")] [DescriptionAttribute()] public ImGearDragDropOptions DragDropOptions {get; set;}
[CategoryAttribute("Behavior")] [DescriptionAttribute()] public: __property ImGearDragDropOptions get_DragDropOptions(); public: __property void set_DragDropOptions( ImGearDragDropOptions value );
[CategoryAttribute("Behavior")] [DescriptionAttribute()] public: property ImGearDragDropOptions DragDropOptions { ImGearDragDropOptions get(); void set ( ImGearDragDropOptions value); }
igThumbnailCtl.DragDropOptions = ImGearDragDropOptions.DragDrop;
igThumbnailCtl.DragDropOptions = ImGearDragDropOptions.DragDrop