Table of Contents

Property TabCollection

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

TabCollection

Gets the tabs in logical order. This may differ from SubViews order because the focused tab is moved to the end of the draw list to render on top.

public IEnumerable<View> TabCollection { get; }

Property Value

IEnumerable<View>