This property sets whether or not a thumbnail image can be moved within the Thumbnail control or dragged from the Thumbnail control into the ImageKit control or into another Thumbnail control.

[Visual Basic] Public Property AllowDrag As Boolean
[C#] public bool AllowDrag {get; set;}

Property Value

Value Explanation
True Enables the ability to move a thumbnail images within the Thumbnail control or dragged into the ImageKit control or another Thumbnail control
False Disables the ability to move thumbnail images within the Thumbnail control or drag images into the ImageKit control or another Thumbnail control (default)

Explanation

The AllowDrag property sets whether or not a thumbnail image can be moved within the Thumbnail control or dragged from the Thumbnail control into the ImageKit control or into another Thumbnail control.

Set this property to True to all an image to be moved within the Thumbnail control or dragged into the ImageKit control or another Thumbnail control. 

To enable dropping from another control to the Thumbnail Control, please set the AllowDrop property to True. (AllowDrop is a standard .NET Framework property. See appropriate .NET Framework help for details)

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation