Click or drag to resize

SearchOptionsFilterIgnoreCase Property

Per default this property is true, if the Filter property is set to a wildcard, the files are filtered case-insensitive. If this property is false, the files returned are case sensitive, e.g. setting Filter to "*.png" will not return any files with extensions like ".PNG".

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public bool FilterIgnoreCase { get; set; }

Property Value

Type: Boolean
See Also