Table of Contents

Method RemoveItem

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RemoveItem(int)

Removes a StatusItem at specified index of Items.

public StatusItem RemoveItem(int index)

Parameters

index int

The zero-based index of the item to remove.

Returns

StatusItem

The StatusItem removed.