Table of Contents

Method AddItemAt

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

AddItemAt(int, StatusItem)

Inserts a StatusItem in the specified index of Items.

public void AddItemAt(int index, StatusItem item)

Parameters

index int

The zero-based index at which item should be inserted.

item StatusItem

The item to insert.