Click or drag to resize

IConsolePaneIsActivePane Property

Gets whether or not this pane is the ActivePane for the IConsoleTemplate. The ActivePane 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. Use IsMainPane to determine whether or not this is the MainPane.

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

Property Value

Type: Boolean
See Also