Click or drag to resize

ExplorerBrowserFocusedPane Property

Retrieves the focused pane.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public ExplorerPane FocusedPane { get; }

Property Value

Type: ExplorerPane
The focused pane.
Remarks
Currently only Navigation, ShellView and AddressBar are discovered; all other cases are returned as Auto.
See Also