This property sets whether or not a thumbnail image can be dragged from the thumbnail control and dropped into the ImageKit Control or into another Thumbnail Control.
[Visual
Basic] thumbcontrolname.EnableDragSource
[ = Boolean ]
[Visual C++] [
BOOL =
]thumbcontrolname.GetEnableDragSource()
thumbcontrolname.SetEnableDragSource(BOOL Val)
thumbcontrolname.SetEnableDragSource(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Enables the ability to drag and drop thumbnail images into the ImageKit Control or another Thumbnail Control |
False | Disables the ability to drag and drop thumbnail images into the ImageKit Control or another Thumbnail Control |
Explanation
The EnableDragSource property sets whether or not a thumbnail image can be dragged from the thumbnail control and dropped into the ImageKit Control or into another Thumbnail Control. Set this property to True to enable drag and drop.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.