[Visual
Basic] imagekitcontrolname.EnableOLEDrag
[= Boolean ]
[Visual
C++] [BOOL =
]imagekitcontrolname.GetEnableOLEDrag()
imagekitcontrolname.SetEnableOLEDrag(BOOL Val)
imagekitcontrolname.SetEnableOLEDrag(BOOL Val)
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.