|
TTaskbarListProgress
is a wrapper for connecting Delphi progress bars to the taskbar item of the application
This Component is part of the TaskbarListComponents package Class members
minimum value of progress maximum value of progress current Position of progress current state of progress. This can be any of the following values: is progress marquee? If true the above values will be ignored.
progressbar that is connected to the taskbarlist item. This value overrides all previously set values above. To change the appearance of the tasklist progressbar simply change any property of this connected progress bar. How to use itSimply drop an TTaskbarListProgress component on your form and connect it to an already existing progressbar on your form. Now the tasklist progress will do all the things the connected progressbar does. |