FileDialogCurrentFilterIndex Property |
Gets or sets the index of the current filter in the
Filters collection
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int CurrentFilterIndex { get; set; }
Public Property CurrentFilterIndex As Integer
Get
Set
member CurrentFilterIndex : int with get, set
Property Value
Type:
Int32The index of the current filter, or -1 if none is selected.
See Also