Class StatusBar | Terminal.Gui v2 (original) (raw)

A status bar is a View that snaps to the bottom of a Toplevel displaying set ofShortcuts. The StatusBar should be context sensitive. This means, if the main menu and an open text editor are visible, the items probably shown will be ~F1~ Help ~F2~ Save ~F3~ Load. While a dialog to ask a file to load is executed, the remaining commands will probably be ~F1~ Help. So for each context must be a new instance of a status bar.

public class StatusBar : Bar, IDisposable, ISupportInitializeNotification, ISupportInitialize, IOrientation, IDesignable