FileDialogCurrentFilter Property |
Gets or sets the currently selected filter from the
Filters collection.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public FileFilter CurrentFilter { get; set; }
Public Property CurrentFilter As FileFilter
Get
Set
member CurrentFilter : FileFilter with get, set
Property Value
Type:
FileFilterThe current filter.
Remarks
This should always match an instance of a filter in the
Filters collection, otherwise
the current filter will be set to null.
See Also