Click or drag to resize

ThemedFilePickerHandlerInsertFilter Method

Inserts a filter at the specified index

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void InsertFilter(
	int index,
	FileFilter filter
)

Parameters

index
Type: SystemInt32
Index to insert the filter
filter
Type: Eto.FormsFileFilter
Filter to insert

Implements

FilePickerIHandlerInsertFilter(Int32, FileFilter)
See Also