iMenuItemiMenuImages Property
Reference to
iMenuImages object which stores the images for that instance of
iMenuItem.
Namespace: BeeMobile.iMenuAssembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
public PngImageList iMenuImages { get; set; }
Public Property iMenuImages As PngImageList
Get
Set
Property Value
PngImageList
Important note:
iMenuItem is not
IDisposable and
therefore it is your responsiblity to dispose provided
PngImageList
object.