←Select platform

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms.CommonDialogs.File Assembly
Click or drag to resize