Table of Contents

Method AddTab

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

AddTab(Tab, bool)

Adds the given tab to Tabs.

public void AddTab(Tab tab, bool andSelect)

Parameters

tab Tab
andSelect bool

True to make the newly added Tab the SelectedTab.