Share

FileDialog.MultiSelectEnabled Property

Parent Object: FileDialog

Description

Gets and sets whether the 'Open' dialog should allow the selection of multiple files. If multiple files are selected by the user, the FileName property returns a string containing all selected file names delimited by a vertical bar ('|').

Syntax

FileDialog.MultiSelectEnabled() As Boolean

Property Value

This is a read/write property whose value is a Boolean.

Version

Introduced in version 2009

Was this information helpful?