Click or drag to resize

OpenFileDialog Class

Dialog to select a file (or files) from the file system to open in the application
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class OpenFileDialog : FileDialog

The OpenFileDialog type exposes the following members.

Constructors
  NameDescription
Public methodOpenFileDialog
Initializes a new instance of the OpenFileDialog class
Top
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