ShellBrowser .Net Edition
FilterIgnoreCase Property
NamespacesJam.ShellSearchOptionsFilterIgnoreCase
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".
Declaration Syntax
C#Visual BasicVisual C++
public bool FilterIgnoreCase { get; set; }
Public Property FilterIgnoreCase As Boolean
public:
property bool FilterIgnoreCase {
	bool get ();
	void set (bool value);
}
See Also

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)