Click or drag to resize

ThemedFilePickerHandlerRemoveFilter Method

Removes a filter at the specified index

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

Parameters

index
Type: SystemInt32
Index of the filter to remove

Implements

FilePickerIHandlerRemoveFilter(Int32)
See Also