NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OpenFileDialog.Multiselect

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);

Property Value

true if the dialog box allows multiple files to be selected at the same time; otherwise, false. The default value is false.

Remarks

Use FileNames to access the fill list of selected file names.

See Also

OpenFileDialog Class | OpenFileDialog Members | System.WinForms Namespace