Click or drag to resize

ExplorerBrowserVisiblePanes Property

Gets or sets the panes that are/should be visible.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public ExplorerPane VisiblePanes { get; set; }

Property Value

Type: ExplorerPane
Remarks
Please not that SearchEdit and AddressBar are not supported.
Examples
Flags can be added by
VisiblePanes |= ExplorerPane.PreviewPane
and removed by
VisiblePanes &= ~ExplorerPane.PreviewPane
.
See Also