-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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.