TIEImageEnGlobalSettings.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;
Default colors:
Example
// Remove popup images
MyPopupMenu.Images := IEGlobalSettings().PopupMenuImageList;
See Also
-
PopupMenuImageHue-
OnAddToolbarButtonImage