Inserts a menu item at a specified position.

Namespace: DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.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
Int32
Position of the new menu item.
value
MenuItem
Menu item to be inserted.

See Also