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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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