Table of Contents

Class Tab

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

A single tab in a TabView.

public class Tab : View, IDisposable, ISupportInitializeNotification, ISupportInitialize
Inheritance
Tab
Implements
Inherited Members

Constructors

Tab()

Creates a new unamed tab with no controls inside.

Properties

DisplayText

The text to display in a TabView.

View

The control to display when the tab is selected.