Gets or sets a value indicating whether the dialog box allows multiple files to be selected.
[Visual Basic] Public Property Multiselect As Boolean [C#] public bool Multiselect {get; set;} [C++] public: __property bool get_Multiselect(); public: __property void set_Multiselect(bool); [JScript] public function get Multiselect() : Boolean; public function set Multiselect(Boolean);
true if the dialog box allows multiple files to be selected at the same time; otherwise, false. The default value is false.
Use FileNames to access the fill list of selected file names.
OpenFileDialog Class | OpenFileDialog Members | System.WinForms Namespace