| VistaOpenFileDialogMultiselect Property |
Gets or sets a value indicating whether the dialog box allows multiple files to be selected.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Multiselect { get; set; }
Public Property Multiselect As Boolean
Get
Set
public:
property bool Multiselect {
bool get ();
void set (bool value);
}
member Multiselect : bool with get, set
Property Value
Type:
Boolean if the dialog box allows multiple files to be selected together or concurrently; otherwise,
.
The default value is
.
See Also