iMenuItemsItem Property
Namespace: BeeMobile.iMenuAssembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
public iMenuItem this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As iMenuItem
Get
Set
- index Int32
- Index of iMenuItem.
iMenuItemThe element at the specified index.