Taskbar - ProgressStyle Property

Defines how the Taskbar item shows progress for a long running process

Member of Taskbar (PRIM_FORM.Taskbar)

Data Type - Enumeration

Details

The ProgressStyle property controls how the taskbar item shows progress during a long running process.
 
The ProgressValue property defines the extent of progress.

Allowed Values

Enum ValueDescription
ErrorA red progress indicator is displayed in the taskbar button
IndeterminateA pulsing green indicator is displayed in the taskbar button
NoneNo progress indicator is displayed in the taskbar button
NormalA green progress indicator is displayed in the taskbar button
PausedA yellow progress indicator is displayed in the taskbar button


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2