Skip to content

Soft Label Keys

Alexandru Ciobanu edited this page Dec 14, 2022 · 3 revisions

This feature allows applications to allocate a bottom row of the screen to draw a status bar of sorts that displays a number of labels. It can be optionally enabled through the TerminalOptions class when initializing the Terminal instance.

image

Use the Terminal.SoftLabelKeys property to obtain the instance of SoftLabelKeyManager class. This object will allow the developer to set the labels (using SetLabel() method), or change the bar's style and background.

Clone this wiki locally