RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPopupMenu.Images Property

Lists the images that can appear beside individual menu items.

Pascal
property Images: TCustomImageList;
C++
__property TCustomImageList Images;

Use Images to hold the set of images that can appear beside menu items in the menu. Individual menu items set their ImageIndex property to indicate which image in the list appears to the left of the menu item caption. 

Images in the list should be 16x16. To accommodate every system on which your application runs, it is recommended that you do not use 256 colors.

Tip: If the application uses action lists, this property should be the value of the action list's Images property. This way, menu items and buttons that do the same thing can display the same image.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!