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:
Customizable progress parameters providing data for visualization (Position and Total);
Completion and marquee progress types with the paused and error state indication (State);
Capability to visualize a progress bar control‘s progress (LinkedComponent);
Switch-like behavior (Active).
Note
The progress visualization is supported only for the Windows® 7 taskbar.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxTaskbarCustomProgress
See Also