Click or drag to resize

FilePicker Class

Control for picking a file or folder.
Inheritance Hierarchy

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

The FilePicker type exposes the following members.

Constructors
  NameDescription
Public methodFilePicker
Initializes a new instance of the FilePicker class
Top
Properties
  NameDescription
Public propertyCurrentFilter
Gets or sets the currently selected filter from the Filters collection.
Public propertyCurrentFilterIndex
Gets or sets the index of the current filter in the Filters collection
Public propertyFileAction
Gets or sets FileAction that is used when the user is selecting the file.
Public propertyFilePath
Gets or sets the full path of the file that is selected.
Public propertyFilters
Gets the collection of available file filters the user can select from.
Public propertyTitle
Gets or sets the title of the dialog that the control will show.
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations.
(Overrides ControlGetCallback.)
Protected methodOnFilePathChanged
Raises the FilePathChanged event
Top
Events
  NameDescription
Public eventFilePathChanged
Event to handle when the user selects a new file.
Top
Fields
  NameDescription
Public fieldStatic memberFilePathChangedEvent
Event identifier for handlers when attaching the FilePathChanged event.
Top
See Also