Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also