ShellBrowser .Net Edition
FileFilter Property
NamespacesJam.ShellPathEditFileFilter
Edit your own filter options for the opendialog. Example: Image Files(*.BMP;*.JPG;*.GIF)|*.BMP;*.JPG;*.GIF|All files (*.*)|*.*
Declaration Syntax
C#Visual BasicVisual C++
public string FileFilter { get; set; }
Public Property FileFilter As String
public:
property String^ FileFilter {
	String^ get ();
	void set (String^ value);
}

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