ShellListViewFilter Property | 
            You can use a single pattern, e.g. '*.doc' or concatenate several patterns using semicolons to separate them, e.g. '*.exe;*.com'.
            
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string Filter { get; set; }Public Property Filter As String
	Get
	Set
public:
property String^ Filter {
	String^ get ();
	void set (String^ value);
}member Filter : string with get, set
Property Value
String
See Also