iMenuItemsInsert Method

Inserts iMenuItem object to the specified index in the iMenuItems collection.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
public void Insert(
	int index,
	iMenuItem value
)

Parameters

index  Int32
The zero-based index at which value should be inserted.
value  iMenuItem
The iMenuItem.

See Also