ShellBrowser .Net Edition
ShowParentFolder Property
NamespacesJam.ShellShellListViewShowParentFolder
Use this property to show an additional folder with the caption '..' that allows the user to navigate to the parent folder of the current folder.
Declaration Syntax
C#Visual BasicVisual C++
public bool ShowParentFolder { get; set; }
Public Property ShowParentFolder As Boolean
public:
property bool ShowParentFolder {
	bool get ();
	void set (bool value);
}

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