ShellBrowser Delphi Components Documentation
|
Gets or sets the root node.
property RootedAt: TJamShellFolder;
Specifies the first breadcrumb item. If a file system folder should be used instead set RootedAt to SF_FILESYSTEMFOLDER and use the RootedAtFileSystemFolder property.
This example would show "This PC" as the first breadcrumb item:
JamShellBreadCrumbBar.RootedAt := SF_DRIVES;