OpenFileDialog::Multiselect Property
.NET Framework (current version)
Gets or sets an option indicating whether OpenFileDialog allows users to select multiple files.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property bool Multiselect { bool get(); [SecurityCriticalAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if multiple selections are allowed; otherwise, false. The default is false.
FileIOPermission
to change the dialog user interface behavior. Associated enumeration: Unrestricted
.NET Framework
Available since 3.0
Available since 3.0
Show: