Click or drag to resize

MenuItemsGetMenuGroup Method

Returns the menugroup of a menuitem defined by menuItem. The menugroup is the outermost menuitem that menuItem is placed under. The collection must (at least) contain all menu items above menuItem.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public MenuItem GetMenuGroup(
	MenuItem menuItem
)

Parameters

menuItem
Type: Omada.OE.ModelMenuItem

Return Value

Type: MenuItem
See Also