Class StatusBar
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. 
Properties
- DefaultSeparatorLineStyle
- Gets or sets the default Line Style for the separators between the shortcuts of the StatusBar. 
Methods
- Dispose(bool)
- Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. 
- OnSubViewAdded(View)
- Called when a SubView has been added to this View. 
- OnSubViewLayout(LayoutEventArgs)
- Called from Terminal.Gui.ViewBase.View.LayoutSubViews() before any subviews have been laid out.