buttonspanel Images property
Return to Introduction  Previous page  Next page
Applies to
acButtonsPanel component.  

Declaration
property Images: TImageList;  

Description
The Images property determines which image list (TImageList) is associated with the panel. An image list contains a bitmaps that can be displayed as the glyphs at the left of buttons.  
 
tip After specifying the Images, you should also specify the ImageIndex in the buttons, to display right glyphs.  

See also
BtnOk, BtnCancel, BtnApply, BtnHelp and BtnCustom properties (and their ImageIndex sub-property).