| 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
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
Type: 
ExplorerPane Remarks
Remarks Examples
Examples
            Flags can be added by 
VisiblePanes |= ExplorerPane.PreviewPane
 and removed by 
VisiblePanes &= ~ExplorerPane.PreviewPane
.
            
 See Also
See Also