constants exOLEDropModeEnum
Constants for the OLEDropMode property, that defines how the control accepts OLE drag and drop operations. Use the OLEDropMode property to set how the component handles drop operations.

NameValueDescription
exOLEDropNone0 The control is not used in OLE drag and drop functionality
exOLEDropManual1 The ExFileView control triggers the OLE drop events, allowing the programmer to handle the OLE drop operation in code.

Here's the list of events related to the OLE drag and drop support: OLECompleteDrag, OLEDragDrop, OLEDragOver, OLEGiveFeedback, OLESetData, OLEStartDrag.