Table of Contents

Method IndexOf

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

IndexOf(View)

Gets the logical index of the specified view within this Tabs container.

public int IndexOf(View view)

Parameters

view View

The view to find.

Returns

int

The zero-based index, or -1 if the view is not a tab in this container.