Skip to main content

TdxTaskbarCustomProgress Class

Serves as the base for the component that displays the progress of a task in a Windows® 7 taskbar application button.

Declaration

TdxTaskbarCustomProgress = class(
    TcxCustomComponent
)

Remarks

The TdxTaskbarCustomProgress class implements all the functionality required by its descendant, TdxTaskbarProgress, to display the progress in a Windows® 7 taskbar application button.

The features implemented by the TdxTaskbarCustomProgress class are listed below:

Note

The progress visualization is supported only for the Windows® 7 taskbar.

Inheritance

See Also