Method IsSubMenuOf | Terminal.Gui v1 (original) (raw)

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.

Edit this page