ImageGear for .NET
DragDropOptions Property
See Also  Example Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : DragDropOptions Property




Glossary Item Box

Gets or sets a value indicating whether the thumbnail browser can be a Drag source, Drop target or both.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

ImGearDragDropOptions enumeration value.

Example

C#Copy Code
igThumbnailCtl.DragDropOptions = ImGearDragDropOptions.DragDrop;
Visual BasicCopy Code
igThumbnailCtl.DragDropOptions = ImGearDragDropOptions.DragDrop

See Also

©2013. Accusoft Corporation. All Rights Reserved.