Click or drag to resize

IConsoleTemplateActivePane Property

Gets the active IConsolePane for the console. The active pane is the pane driving the current action and controlling the toolbar. Unless PaneNavigation is in play, the ActivePane is always the MainPane. However, when PaneNavigation is in play, the ActivePane is often not the same pane as the MainPane. For example, if the main pane were a company detail and, using PaneNavigation and the user navigated to an addresses pane for that company then the MainPane would be the company pane, but the ActivePane would be the addresses pane. In that case, the Toolbar would be driven by the addresses pane and, for example, an Excel export would export a list of addresses rather than the company record.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
IConsolePane ActivePane { get; }

Property Value

Type: IConsolePane
See Also