ShellListViewShowParentFolder Property |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ShowParentFolder { get; set; }
Public Property ShowParentFolder As Boolean
Get
Set
public:
property bool ShowParentFolder {
bool get ();
void set (bool value);
}
member ShowParentFolder : bool with get, set
Property Value
Type:
BooleanSee Also