Back to Devexpress

TdxTaskbarProgress Class

vcl-dxtaskbarprogress-91ccf112.md

latest1.4 KB
Original Source

TdxTaskbarProgress Class

A component that displays the progress of a task in a Windows® 7 taskbar application button.

Declaration

delphi
TdxTaskbarProgress = class(
    TdxTaskbarCustomProgress
)

Remarks

This class does not introduce any new functionality. It simply publishes properties inherited from its base class. Refer to the TdxTaskbarCustomProgress class description to learn about available properties.

Note

The progress visualization provided by the TdxTaskbarProgress component is supported only for the Windows® 7 taskbar. If you add more than one TdxTaskbarProgress component to your project or form, only the most recently activated component will visualize its progress.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxTaskbarCustomProgress TdxTaskbarProgress

See Also

TdxTaskbarProgress Members

dxTaskbarProgress Unit