Click or drag to resize

ExplorerBrowserVisiblePanes Property

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public ExplorerPane VisiblePanes { get; set; }

Property Value

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