Click or drag to resize

IConsoleTemplatePanes Property

The console's collection of IConsolePane objects, indexed by PageElementInfo.Name. Note that this collection is a copy of the console's internal collection. It contains references to the actual IConsolePane objects, but changes to the collection itself (e.g. adding or removing panes) will have no effect to the console.

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

Property Value

Type: ConsolePanes
See Also