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