SearchOptionsFilterRegex Property |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 6.4
Syntaxpublic Regex FilterRegex { get; set; }
Public Property FilterRegex As Regex
Get
Set
public:
property Regex^ FilterRegex {
Regex^ get ();
void set (Regex^ value);
}
member FilterRegex : Regex with get, set
Property Value
Type:
Regex
See Also