Method IsSubMenuOf | Terminal.Gui v1 (original) (raw)
Namespace
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
Returns true
if it is a child of this. false
otherwise.