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 MultiSelect As Boolean
Get
Set
abstract MultiSelect : bool with get, set
Property Value
Type:
Booleantrue if the user can select multiple files; otherwise,
false.
See Also