Click or drag to resize

FileDialogIHandler Interface

Handler interface for the FileDialog based widgets

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

The FileDialogIHandler type exposes the following members.

Properties
  NameDescription
Public propertyCheckFileExists
Gets or sets a value indicating whether this FileDialog checks if the file exists before the user can close the dialog.
Public propertyCurrentFilterIndex
Gets or sets the index of the current filter in the Filters collection
Public propertyDirectory
Gets or sets the directory the file dialog will show files.
Public propertyFileName
Gets or sets the full name and path of the file that is selected
Public propertyTitle
Gets or sets the title of the dialog.
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