ShellAddressBarVisiblePanes Property |
Gets or sets the visible panes.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellAddressBarPane VisiblePanes { get; set; }
Public Property VisiblePanes As ShellAddressBarPane
Get
Set
public:
property ShellAddressBarPane VisiblePanes {
ShellAddressBarPane get ();
void set (ShellAddressBarPane value);
}
member VisiblePanes : ShellAddressBarPane with get, set
Property Value
Type:
ShellAddressBarPaneSee Also