iMenuItemImageIndex Property

Determines index of the image used for that instance of iMenuItem object.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
public int ImageIndex { get; set; }

Property Value

Int32

Remarks

Image is retrieved from iMenuImages object.

See Also