ShellBreadCrumbBarRootedAt Property |
Gets or sets the root breadcrumb.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
ItemIdList
See Also