ShellBrowser .Net Edition
Filter Property
NamespacesJam.ShellShellSystemListFilter
You can use a single pattern, e.g. '*.doc' or concatenate several patterns using semicolons to separate them, e.g. '*.exe;*.com'.
Declaration Syntax
C#Visual BasicVisual C++
public string Filter { get; set; }
Public Property Filter As String
public:
property String^ Filter {
	String^ get ();
	void set (String^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)