This property sets whether or not an image file can be dragged and dropped into the Thumbnail Control.

[C++Builder]   thumbcontrolname->EnableDragTarget [ = bool ]
[Delphi]   thumbcontrolname.EnableDragTarget [ = Boolean ]

Property Value

Value Explanation
True Enables the ability to drag an image file from Windows Explorer into the Thumbnail Control
False Disables the ability to drag an image file from Windows Explorer into the Thumbnail Control

Explanation

The EnableDragTarget property sets whether or not an image file can be dragged and dropped into the 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.

 

The ImageKit10 VCL is a product created by Newtone Corporation