ExplorerBrowserVisiblePanes Property |
Gets or sets the panes that are/should be visible.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ExplorerPane VisiblePanes { get; set; }Public Property VisiblePanes As ExplorerPane
Get
Set
public:
property ExplorerPane VisiblePanes {
ExplorerPane get ();
void set (ExplorerPane value);
}member VisiblePanes : ExplorerPane with get, set
Property Value
ExplorerPane
Example
Flags can be added by
VisiblePanes |= ExplorerPane.PreviewPane
and removed by
VisiblePanes &= ~ExplorerPane.PreviewPane
.
See Also