JVCL Help:TJvTrayIcon.Icons
JVCL Help: TJvTrayIcon.Icons Property
Search in JVCL Help
Search in all projectsSummary
Specifies the icons that are used for the animation.
Pascal
propertyIcons: TCustomImageList;
Description
Use Icons to supply a list of icons that are used for the animation in the task bar notification area. When Active and Animated are set to true, TJvTrayIcon will iterate through the icons in the image list specified by Icons and display each icon in that list for Delay milliseconds in the notification area. If Animated is true, the icon selected by setting IconIndex will be displayed instead. If IconIndex = -1 or Icons is nil, the icon from the Icon property is displayed.
See Also
TJvTrayIcon.Delay, TJvTrayIcon.Active, TJvTrayIcon.Animated, TJvTrayIcon.Icon, TJvTrayIcon.IconIndex
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page