Click or drag to resize

MenuManagerAddMenuItem Method

Adds a menuitem object to the manager. (The menuItem object will most likely originate from a call to GetNewMenuItem).

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

Parameters

menuItem
Type: Omada.OE.ModelMenuItem
See Also