Table of Contents

Class TabView.Tab

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

A single tab in a TabView

public class TabView.Tab
Inheritance
TabView.Tab
Inherited Members

Constructors

Tab()

Creates a new unamed tab with no controls inside

Tab(string, View)

Creates a new tab with the given text hosting a view

Properties

Text

The text to display in a TabView

View

The control to display when the tab is selected