Click or drag to resize

ShellAddressBar Properties

The ShellAddressBar type exposes the following members.

Properties
  NameDescription
Public propertyAutomaticRefresh
Gets or sets if breadcrumbs should be refreshed according to filesystem changes.
Public propertyCanOverflow
Determines how the control handles overflow of items if there is not enough space for all breadcrumbs.
Public propertyControl
Returns the Winforms control wrapped by this instance. This might be necessary to access other properties not exposed by this wrapper.
Public propertyMaxDropDownCount
Gets or sets the number of items that should be displayed without vertical scrollbar.
Public propertyPath
This property allows you to get or set the folder to be set in the ShellAddressBar. If you want to display a non file system folder, use the SpecialFolder property.
Public propertyRootedAt
Defines the root folder of this ShellAddressBar
Public propertyRootedAtFileSystemFolder
Determines the root file system folder of a ShellAddressBar.
Public propertyRootedAtLocation
You can use this property to set the specific folder, which should be used as root for the ShellAddressBar. This is a dependency property.
Public propertySelectedItemIdList
SelectedItemIdList contains a pointer to the ItemIdList of the folder that is selected in the ShellAddressBar. This is a dependency property.
Public propertyShellControlConnector
Connects this control to a ShellControlConnector component, which allows to synchronize several shell controls.
Public propertyShowErrorMessages
Gets or sets if error messages should be shown.
Public propertyShowHidden
Is set to 'true', hidden elements will be shown too.
Public propertySpecialFolder
Gets or sets the selected special folder to be set in the ShellAddressBar.
Public propertyUseSystemFont
Set this property to true if you want the component to utilize the default system font.
Public propertyVersion
The current version of the ShellBrowser.
(Inherited from JamWindowsFormsHost.)
Public propertyCode exampleVisiblePanes
Gets or sets the panes that are/should be visible. The middle pane (i.e. the BreadCrumb part) will always be visible.
Protected propertyWrappedControl
Gets or sets the control hosted by this instance.
(Inherited from JamWindowsFormsHost.)
Top
See Also