Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
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;}
Managed Extensions for C++ 
public: __property bool get_Multiselect();
public: __property void set_Multiselect( 
   bool value
);
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