FileFilter Class |
Namespace: Eto.Forms
The FileFilter type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileFilter |
Initializes a new instance of the FileFilter class.
|
![]() | FileFilter(String, String) |
Initializes a new instance of the FileFilter class.
|
Name | Description | |
---|---|---|
![]() | Extensions |
Gets or sets the extensions to filter the file list
|
![]() | Name |
Gets or sets the name of the filter.
|
Name | Description | |
---|---|---|
![]() | GetHashCode |
Serves as a hash function for a FileFilter object.
(Overrides ObjectGetHashCode.) |
![]() | ToString |
Returns a String that represents the current FileFilter.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | (String to FileFilter) |
Converts a string representation of a filter in the form of "[name]|[ext];[ext];[ext]" to a FileDialogFilter.
|