The ExDataObjectFiles contains a collection of filenames. The ExDataObjectFiles object is used in OLE Drag and drop events. In order to get the list of files used in drag and drop operations you have to use the Files property.
Name | Description | |||
Add | Adds a filename to the Files collection | |||
Clear | Removes all file names in the collection. | |||
Count | Returns the number of file names in the collection. | |||
Item | Returns an specific file name. | |||
Remove | Removes an specific file name. |