DataObject.SetFileDropList Method
Assembly: System.Windows.Forms (in system.windows.forms.dll)
A file drop list is a collection of strings containing path information for files.
A file drop list is stored in a data object as a String array. This method converts filePaths to a String array before adding it to the data object.
To retrieve a file drop list from the data object, first use the ContainsFileDropList method to determine whether the data object contains data in that format before retrieving it with the GetFileDropList method.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.