iMenuItemsItem Property

Used for indexing of iMenuItems collection.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
public iMenuItem this[
	int index
] { get; set; }

Parameters

index  Int32
Index of iMenuItem.

Return Value

iMenuItem
The element at the specified index.

See Also