FileDialog.AllowMultiSelect Property

Definition

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.

Applies to