Table of Contents

Method IsSubMenuOf

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsSubMenuOf(MenuItem)

Check if the MenuItem parameter is a child of this.

public bool IsSubMenuOf(MenuItem menuItem)

Parameters

menuItem MenuItem

Returns

bool

Returns true if it is a child of this. false otherwise.