property ExFileView.OLEDropMode as exOLEDropModeEnum

Returns or sets how the component handles drop operations.

TypeDescription
exOLEDropModeEnum An exOLEDropModeEnum expression that defines how the component handles the drag and drop operations.

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