property ExFolderView.AllowDropFiles as Boolean
Indicates if the control accepts dropping files.

TypeDescription
Boolean A boolean expression that specifies whether the control accepts dragged files/folders from other applications.

By default, the AllowDropFiles property is False. The AllowDropFiles property determines whether or not the control will accept files dragged-and-dropped from another application (such as Explorer).  The DropFiles event notifies your application that the user just dragged some folders on your control. Use the DropFilesCount property to count the files being dropped. Use the DropFilesPathName property to retrieve the path of the dropping folder.