ShellBreadCrumbBarRootedAt Property |
Gets or sets the root breadcrumb.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public ItemIdList RootedAt { get; set; }
Public Property RootedAt As ItemIdList
Get
Set
public:
property ItemIdList^ RootedAt {
ItemIdList^ get ();
void set (ItemIdList^ value);
}
member RootedAt : ItemIdList with get, set
Property Value
Type:
ItemIdListSee Also