Method IsSubMenuOf
IsSubMenuOf(MenuItem)
Check if the MenuItem parameter is a child of this.
public bool IsSubMenuOf(MenuItem menuItem)
Parameters
menuItemMenuItem
Returns
- bool
Returns
trueif it is a child of this.falseotherwise.
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.