Clipboard::ContainsFileDropList Method ()
Indicates whether there is data on the Clipboard 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 there is a file drop list on the Clipboard; otherwise, false.
| Exception | Condition |
|---|---|
| ExternalException | The Clipboard could not be cleared. This typically occurs when the Clipboard is being used by another process. |
| ThreadStateException | The current thread is not in single-threaded apartment (STA) mode. Add the STAThreadAttribute to your application's Main method. |
A file drop list is a collection of strings containing path information for files.
Use this method to determine whether the Clipboard contains a file drop list before retrieving it with the GetFileDropList method.
Note |
|---|
The Clipboard class can only be used in threads set to single thread apartment (STA) mode. To use this class, ensure that your Main method is marked with the STAThreadAttribute attribute. |
for access to the system Clipboard. Associated enumeration: UIPermissionClipboard::AllClipboard
Available since 2.0
