xtd 0.2.0
Loading...
Searching...
No Matches

◆ multiselect() [1/2]

virtual bool xtd::forms::open_file_dialog::multiselect ( ) const
virtualnoexcept

Gets a value indicating whether the dialog box allows multiple files to be selected.

Returns
true if the dialog box allows multiple files to be selected together or concurrently; otherwise, false. The default value is false.
Remarks
Use the file_names property to access the full list of selected file names.
Examples
image_list.cpp.