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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also