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.2
Syntax
public ExplorerPane VisiblePanes { get; set; }

Property Value

ExplorerPane
Example
Flags can be added by
C#
VisiblePanes |= ExplorerPane.PreviewPane
and removed by
C#
VisiblePanes &= ~ExplorerPane.PreviewPane
.
See Also