UIX_ProgressStyleFlags Enumeration
From PDF XChange PDF SDK
Specifies the style of progress bar.
Without using flag(s) from this enumeration progress style will be set to default. Default style means determinate progress bar, which shows the total amount of progress at a moment.
Syntax
enum UIX_ProgressStyleFlags { UIX_ProgressStyle_Indeterminate = 256, };
Constants
- UIX_ProgressStyle_Indeterminate
- Sets progress bar style to indeterminate. Indeterminate progress bar shows that progress is being made, but provides no information on its completion rate.
See Also
See also IUIX_Progress.