Click or drag to resize

ShellSystemListFilterRegex Property

Set this property to a regular expression if you want to only show those files that match the regex. This value also changes if the property Filter is set.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public Regex FilterRegex { get; set; }

Property Value

Type: Regex
See Also