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: 6.4
Syntaxpublic bool FilterIgnoreCase { get; set; }
Public Property FilterIgnoreCase As Boolean
Get
Set
public:
property bool FilterIgnoreCase {
bool get ();
void set (bool value);
}
member FilterIgnoreCase : bool with get, set
Property Value
Type:
Boolean
See Also