Click or drag to resize

ThemedFilePickerHandler Class

A themed handler for the FilePicker control.
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerFilePicker
    EtoWidgetHandlerStackLayout, FilePicker
      EtoWidgetHandlerStackLayout, FilePicker, FilePickerICallback
        Eto.FormsThemedControlHandlerStackLayout, FilePicker, FilePickerICallback
          Eto.Forms.ThemedControlsThemedFilePickerHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedFilePickerHandler : ThemedControlHandler<StackLayout, FilePicker, FilePickerICallback>, 
	FilePickerIHandler, ControlIHandler, WidgetIHandler

The ThemedFilePickerHandler type exposes the following members.

Constructors
  NameDescription
Public methodThemedFilePickerHandler
Initializes a new instance of the ThemedFilePickerHandler class.
Top
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
See Also