Click or drag to resize

ShellAddressBarVisiblePanes Property

Gets or sets the panes that are/should be visible. The middle pane (i.e. the BreadCrumb part) will always be visible.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ShellAddressBarPane VisiblePanes { get; set; }

Property Value

Type: ShellAddressBarPane
Examples
Flags can be added by
VisiblePanes |= ShellAddressBarPane.HistoryPane
and removed by
VisiblePanes &= ~ShellAddressBarPane.HistoryPane
.
See Also