ShellListItemIsParentFolderItem Property |
Returns true, if this item represents the parent folder, which is usually displayed as ".."
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IsParentFolderItem { get; }Public ReadOnly Property IsParentFolderItem As Boolean
Get
public:
property bool IsParentFolderItem {
bool get ();
}member IsParentFolderItem : bool with get
Property Value
Boolean
See Also