TdxTaskbarCustomProgress.State Property
In This Article
Specifies the manner in which progress is visualized in a Windows® 7 taskbar application button.
#Declaration
Delphi
property State: TdxTaskbarProgressState read; write; default tbpsNormal;
#Property Value
Type | Default |
---|---|
Tdx |
tbps |
#Remarks
Options include:
Value | Description | Sample |
---|---|---|
tbps |
No progress visualization. | ![]() |
tbps |
The marquee progress type showing general activity rather than completion progress. Corresponds to a progress bar control’s marquee mode. | ![]() |
tbps |
The completion progress type. | ![]() |
tbps |
The completion progress type that is used to indicate the terminated progress. | ![]() |
tbps |
The completion progress type that is used to indicate the paused progress. | ![]() |
Note
The progress is visualized only if the Active property is set to True.
The default value of the State property is tbpsNormal.
See Also