This property sets whether or not the OLE drag and drop is enabled.
[Visual
Basic] thumbcontrolname.EnableOLEDrag
[ = Boolean ]
[Visual
C++] thumbcontrolname.SetEnableOLEDrag(BOOL
Val)
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.