Inserts a menu item at a specified position.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
public void Insert(
	int index,
	MenuItem value
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	value As MenuItem _
)
Visual C++
public:
void Insert(
	int index, 
	MenuItem^ value
)

Parameters

index
Type: System..::.Int32
Position of the new menu item.
value
Type: DayPilot.Web.Ui..::.MenuItem
Menu item to be inserted.

See Also