DataObject::ContainsFileDropList Method ()
.NET Framework (current version)
Indicates whether the data object contains data that is in the FileDrop format or can be converted to that format.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System::Booleantrue if the data object contains a file drop list; otherwise, false.
A file drop list is a collection of strings containing path information for files.
Use this method to determine whether the data object contains a file drop list before retrieving it with the GetFileDropList method.
.NET Framework
Available since 2.0
Available since 2.0
Show: