IDragDataFilePaths Property |
Version 130.1.90
Retrieve the list of file paths that are being dragged into the browser window
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax IList<string> FilePaths { get; }
property IList<String^>^ FilePaths {
IList<String^>^ get ();
}
Property Value
IListStringSee Also