Table of Contents

Method RemoveShortcut

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RemoveShortcut(int)

Removes a Shortcut at specified index of Subviews.

public Shortcut? RemoveShortcut(int index)

Parameters

index int

The zero-based index of the item to remove.

Returns

Shortcut

The Shortcut removed.