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.

Declaration Syntax
public Regex FilterRegex { get; set; }Public Property FilterRegex As Regex
public:
property Regex^ FilterRegex {
Regex^ get ();
void set (Regex^ value);
}Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)