This property sets whether or not OLE drag and drop is enabled
[Visual Basic]   imagekitcontrolname.EnableOLEDrag [= Boolean ]
[Visual C++]     [BOOL = ]imagekitcontrolname.GetEnableOLEDrag()
                 imagekitcontrolname.SetEnableOLEDrag(BOOL Val)
[VB.NET]   imagekitcontrolname.EnableOLEDrag [= Boolean ]
[C#.NET]   imagekitcontrolname.EnableOLEDrag [= bool ]

Property Value

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

Explanation

The EnableOLEDrag property sets whether or not 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 ImageKit Control into the Thumbnail Control or into another ImageKit Control both source and target controls must have their EnableOLEDrag properties set to True.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation