Method IsSubMenuOf
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.
Check if the MenuItem parameter is a child of this.
public bool IsSubMenuOf(MenuItem menuItem)
menuItem
MenuItemReturns true
if it is a child of this. false
otherwise.