Table of Contents

Constructor StatusBar

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

StatusBar()

Initializes a new instance of the StatusBar class.

public StatusBar()

StatusBar(StatusItem[])

Initializes a new instance of the StatusBar class with the specified set of StatusItems. The StatusBar will be drawn on the lowest line of the terminal or SuperView (if not null).

public StatusBar(StatusItem[] items)

Parameters

items StatusItem[]

A list of statusbar items.