C#
VB
C++
Gets or sets a value indicating whether the dialog box allows multiple files to be selected.
public bool Multiselect { get; set; }
Public Property Multiselect As Boolean
public:
property bool Multiselect {
bool get();
void set ( bool value);
}
true if the dialog box allows multiple files to be selected together or concurrently; otherwise, false.
Windows 95/98/Me: will get file(s) names(s) up to MAX_PATH length.
Refer to RasterOpenDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET