appevents ImageList property
Return to Introduction  Previous page  Next page
Applies to
acAppEvents and acTrayIcon components.  

Declaration
property ImageList: TImageList;  

Description
The ImageList property provides the list of icon images to display in the task icon. To show specific icon from this image list you can use ImageIndex property.  
 
If no images assigned to ImageList property, then the Project Icon, or image assigned to the Icon property will be used for displaying the task icon.  

See also
ImageIndex, Icon, AnimateIcon, AnimateInterval and ShowTaskIcon properties.