iMenuPagesItem Property

Used for indexing of iMenuPages collection.

Definition

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

Parameters

index  Int32
Index of iMenuPage.

Return Value

iMenuPage
The element at the specified index.

See Also