Multiselect Property

Summary

Gets or sets a value indicating whether the dialog box allows multiple files to be selected.

Syntax
C#
VB
C++
public bool Multiselect { get; set; } 
  
Public Property Multiselect As Boolean 
public: 
property bool Multiselect { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true if the dialog box allows multiple files to be selected together or concurrently; otherwise, false.

Remarks

Windows 95/98/Me: will get file(s) names(s) up to MAX_PATH length.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly