UIX_ProgressStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_ProgressStyleFlags Enumeration}} | {{#customTitle:UIX_ProgressStyleFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:UIX_Enumerations|UIX_ProgressStyleFlags Enumeration|enum}} |
{{ToReview}} | {{ToReview}} | ||
Revision as of 22:36, 21 May 2015
Specifies the style of progress bar.
Without using flag(s) from this enumeration progress bar style will be set to default. Default style means determinate progress bar, which displays actual progress of task completion.
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.