Vcl.Menus.TPopupMenu.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TCustomImageList read FImages write SetImages;

C++

__property Images;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TPopupMenu

Description

Lists the images that can appear beside individual menu items.

Vcl.Menus.TPopupMenu.Images inherits from Vcl.Menus.TMenu.Images. All content below this line refers to Vcl.Menus.TMenu.Images.

Lists the images that can appear beside individual menu items.

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.

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.

See Also