ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamShellBreadCrumbBar.TJamShellBreadCrumbBar.RootedAt

Gets or sets the root node.

Syntax
Pascal
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;