iMenuItemImageIndexPressed Property

Determines index of the pressed 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 ImageIndexPressed { get; set; }

Property Value

Int32

Remarks

Image is retrieved from iMenuImages object.

See Also