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