This property sets whether or not the OLE drag and drop is enabled.

[Visual Basic]   thumbcontrolname.EnableOLEDrag[ = Boolean ]
[Visual C++]     thumbcontrolname.SetEnableOLEDrag(BOOL Val)
[VB.NET]   thumbcontrolname.EnableOLEDrag[ = Boolean ]
[C#.NET]   thumbcontrolname.EnableOLEDrag[ = bool ]

Property Value

Value Explanation
True Enable OLE drag and drop
False Disable OLE drag and drop (default)

Explanation

The EnableOLEDrag property sets whether or not the OLE drag and drop is enabled. This property is False by default (OLE drag and drop is disabled by default).


To drag and drop an image from the Thumbnail Control into the ImageKit Control or into another Thumbnail Control both source and target controls must have their EnableOLEDrag properties set to True. To drag and drop multiple images, please set this property to False. When this property is True, this property only allows to drop an image even though selecting some thumbnail images.

Setting this value

This value can be set at run-time.

Retrieving this value

This value cannot be retrieved.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation