TIEGlobalSettings.PopupMenuImageList
Declaration
property PopupMenuImageList: TImageList;
Description
A set of images that are used by popup menus in ImageEn controls. The are 22x22 pixels in size.
The hue of the glyphs can be set by
PopupMenuImageHue, or for further customization,
OnAddToolbarButtonImage.
Note: PopupMenuImageList will return nil if IEGlobalSettings().PopupMenuImageHue := -900;
All images in the image list:
Example
// Use ImageEn images for custom popup menu
MyPopupMenu.Images := IEGlobalSettings().PopupMenuImageList;
See Also
◼PopupMenuImageHue
◼OnAddToolbarButtonImage
◼DefaultResampleFilter