IFileDialogCallbackContinue Method |
Version 130.1.90
Continue the file selection.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void Continue(
List<string> filePaths
)
void Continue(
List<String^>^ filePaths
)
Parameters
- filePaths ListString
- should be a single value or a list of values depending on the dialog mode.
An empty value is treated the same as calling Cancel().
See Also