![]() |
![]() ![]() ![]() |
acTrayIcon component.
|
property Animate: Boolean;
|
The Animate property controls whether you would like to animate images, assigned to ImageList property. If Animate is True, acTrayIcon will increase ImageIndex value, with interval specified in AnimateInterval property. If ImageList is not assigned and you have specified just one icon (in the Icon property), setting True to Animate will take not effect.
|
|
Icons can be animated only if
|
1. AnimateInterval value is higher than 0 (milliseconds), and
|
2. Animate property is True, and
|
3. Multiple images assigned to ImageList.
|
AnimateInterval, ImageList, ImageIndex properties and OnAnimate event.
|