Property Title | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Title

The title to be displayed for this View. The title will be displayed if Border.Top is greater than 0. The title can be used to set the HotKeyfor the view by prefixing character with HotKeySpecifier (e.g. "T_itle").

public string Title { get; set; }

Property Value

string

The title.

Remarks

Set the HotKeySpecifier to enable hotkey support. To disable Title-based hotkey support setHotKeySpecifier to (Rune)0xffff.

Only the first HotKey specifier found in Title is supported.

To cause the hotkey to be rendered with Text, set View.HotKeySpecifier to the desired character.