Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Multiselect Property
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace > RasterOpenDialog Class : Multiselect Property



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

Syntax

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;}
C++/CLI 
public:
property bool Multiselect {
   bool get();
   void set (bool value);
}

Return Value

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

Example

Refer to RasterOpenDialog example.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also