ShellControlConnectorShowParentfolderItem Property |
true, if appropriate controls may display a parent folder item or may go to the parent folder.
false, if controls should prevent changing to the parent folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ShowParentfolderItem { get; set; }
Public Property ShowParentfolderItem As Boolean
Get
Set
public:
property bool ShowParentfolderItem {
bool get ();
void set (bool value);
}
member ShowParentfolderItem : bool with get, set
Property Value
Type:
BooleanSee Also