Click or drag to resize

FileDialogIHandlerInsertFilter Method

Inserts a filter at the specified index

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

Parameters

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