| Visual Basic (Declaration) | |
|---|---|
Public Property Multiselect As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterOpenDialog Dim value As Boolean instance.Multiselect = value value = instance.Multiselect | |
| C# | |
|---|---|
public bool Multiselect {get; set;} | |
Property Value
true if the dialog box allows multiple files to be selected together or concurrently; otherwise, false.Refer to RasterOpenDialog example.
Windows 95/98/Me: will get file(s) names(s) up to MAX_PATH length.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code