iMenuItemiMenuImages Property

Reference to iMenuImages object which stores the images for that instance of iMenuItem.

Definition

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

Property Value

PngImageList

Remarks

Important note: iMenuItem is not IDisposable and therefore it is your responsiblity to dispose provided PngImageList object.

See Also