Method DrawHotString
DrawHotString(string, Attribute, Attribute)
Utility function to draw strings that contain a hotkey.
public void DrawHotString(string text, Attribute hotColor, Attribute normalColor)
Parameters
text
stringString to display, the hotkey specifier before a letter flags the next letter as the hotkey.
hotColor
AttributeHot color.
normalColor
AttributeNormal color.
Remarks
The hotkey is any character following the hotkey specifier, which is the underscore ('_') character by default.
The hotkey specifier can be changed via HotKeySpecifier
DrawHotString(string, bool)
Utility function to draw strings that contains a hotkey using a ColorScheme and the "focused" state.
public void DrawHotString(string text, bool focused)