Property Title
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 HotKey
for 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 set
HotKeySpecifier 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.