Click or drag to resize

IConsolePaneHeaderCaption Property

Gets/sets the pane header caption. Note that this is really just a passthrough call to IConsolePane.Caption. See IConsolePane.Caption for more information regarding the complexities of console pane caption handling.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Caption { get; set; }

Property Value

Type: String
See Also