Click or drag to resize

FilePickerIHandler Interface

Handler interface for the FilePicker control

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

The FilePickerIHandler type exposes the following members.

Properties
  NameDescription
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 propertyTitle
Gets or sets the title of the dialog that the control will show.
Top
Methods
  NameDescription
Public methodClearFilters
Clears all filters
Public methodInsertFilter
Inserts a filter at the specified index
Public methodRemoveFilter
Removes a filter at the specified index
Top
See Also