ShellBrowser .Net Edition
FilterRegex Property
NamespacesJam.ShellSearchOptionsFilterRegex
Set the FilterRegex property to match against a regular expression. This property is also set if the Filter property is modified. If null the filter matches against everything.
Declaration Syntax
C#Visual BasicVisual C++
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)