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