ExplorerBrowserFocusedPane Property |
Retrieves the focused pane.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ExplorerPane FocusedPane { get; }
Public ReadOnly Property FocusedPane As ExplorerPane
Get
public:
property ExplorerPane FocusedPane {
ExplorerPane get ();
}
member FocusedPane : ExplorerPane with get
Property Value
Type:
ExplorerPaneThe focused pane.
Remarks See Also