Table of Contents

Method GetMenuItemsWithTitle

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetMenuItemsWithTitle(string)

Gets all menu items with the specified Title, anywhere in the menu hierarchy.

public IEnumerable<MenuItemv2> GetMenuItemsWithTitle(string title)

Parameters

title string

Returns

IEnumerable<MenuItemv2>