FileDialog.AllowMultiSelect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the user is allowed to select multiple files from a file dialog box.
public:
property bool AllowMultiSelect { bool get(); void set(bool value); };
public bool AllowMultiSelect { get; set; }
member this.AllowMultiSelect : bool with get, set
Public Property AllowMultiSelect As Boolean
Property Value
Remarks
This property returns True if the user is allowed to select multiple files from a file dialog box; False if they are not allowed.
This property has no effect on Folder Picker dialog boxes or SaveAs dialog boxes, because users should never be able to select multiple files in these types of file dialog boxes.