Table of Contents

Method HideItem

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

HideItem(IMenuBarEntry?)

Hides the menu associated with the specified menu bar entry and updates the focus state.

public bool HideItem(IMenuBarEntry? activeItem)

Parameters

activeItem IMenuBarEntry

The IMenuBarEntry whose menu should be hidden.

Returns

bool

true if the menu was hidden.