IDragDataFileNames Property |
Version 87.1.132
Retrieve the list of file names that are being dragged into the browser window
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax IList<string> FileNames { get; }
property IList<String^>^ FileNames {
IList<String^>^ get ();
}
Property Value
Type:
IListStringSee Also