Table of Contents

Class StatusBar

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

A status bar is a View that snaps to the bottom of a Toplevel displaying set of Shortcuts. 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
Inheritance
StatusBar
Implements
Inherited Members

Constructors

StatusBar()

Initializes a new instance of View.

StatusBar(IEnumerable<Shortcut>)

Methods

Add(View)

Adds a subview (child) to this view.