FilePicker Class |
Namespace: Eto.Forms
The FilePicker type exposes the following members.
| Name | Description | |
|---|---|---|
| FilePicker | Initializes a new instance of the FilePicker class |
| Name | Description | |
|---|---|---|
| CurrentFilter |
Gets or sets the currently selected filter from the Filters collection.
| |
| CurrentFilterIndex |
Gets or sets the index of the current filter in the Filters collection
| |
| FileAction |
Gets or sets FileAction that is used when the user is selecting the file.
| |
| FilePath |
Gets or sets the full path of the file that is selected.
| |
| Filters |
Gets the collection of available file filters the user can select from.
| |
| Title |
Gets or sets the title of the dialog that the control will show.
|
| Name | Description | |
|---|---|---|
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations.
(Overrides ControlGetCallback.) | |
| OnFilePathChanged |
Raises the FilePathChanged event
|
| Name | Description | |
|---|---|---|
| FilePathChanged |
Event to handle when the user selects a new file.
|
| Name | Description | |
|---|---|---|
| FilePathChangedEvent |
Event identifier for handlers when attaching the FilePathChanged event.
|