property Thumbnail.OLEDropMode as exOLEDropModeEnum
Returns or sets how a target component handles drop operations

TypeDescription
exOLEDropModeEnum An exOLEDropModeEnum expression that indicates the OLE Drag and Drop mode.

In the /NET Assembly, you have to use the AllowDrop property as explained here:

In the /COM version, you have to set the OLEDropMode property as explained here:

By default, the OLEDropMode property is exOLEDropNone. Currently, the ExThumbnail control supports only manual OLE Drag and Drop operation. See the OLEStartDrag and OLEDragDrop events for more details about implementing drag and drop operations into the ExThumbnail control.