Click or drag to resize

OpenFileDialogIHandlerMultiSelect Property

Gets or sets a value indicating whether the user can select multiple files, or a single file.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool MultiSelect { get; set; }

Property Value

Type: Boolean
true if the user can select multiple files; otherwise, false.
See Also