Click or drag to resize

OpenFileDialogIHandler Interface

Handler interface for the OpenFileDialog

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : FileDialogIHandler, 
	CommonDialogIHandler, WidgetIHandler

The OpenFileDialogIHandler type exposes the following members.

Properties
  NameDescription
Public propertyFilenames
Gets the full path of the files selected by the user, when MultiSelect is true.
Public propertyMultiSelect
Gets or sets a value indicating whether the user can select multiple files, or a single file.
Top
See Also