Table of Contents

Constructor Tab

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Tab()

Creates a new unamed tab with no controls inside

public Tab()

Tab(string, View)

Creates a new tab with the given text hosting a view

public Tab(string text, View view)

Parameters

text string
view View