UIX_ProgressStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_ProgressStyleFlags Enumeration}} | {{#customTitle:UIX_ProgressStyleFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:UIX_Enumerations|UIX_ProgressStyleFlags|enum}} |
+ | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Specifies the style of [[PXV:IUIX_Progress|progress bar]]. | Specifies the style of [[PXV:IUIX_Progress|progress bar]]. | ||
− | Without using flag(s) from this enumeration progress style will be set to default. Default style means ''determinate'' progress bar, | + | Without using flag(s) from this enumeration progress bar style will be set to default. Default style means ''determinate'' progress bar, that displays actual progress of task completion. |
== Syntax == | == Syntax == | ||
Line 12: | Line 14: | ||
{ | { | ||
UIX_ProgressStyle_Indeterminate = 256, | UIX_ProgressStyle_Indeterminate = 256, | ||
+ | UIX_ProgressStyle_Flat = 512, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 17: | Line 20: | ||
== Constants == | == Constants == | ||
;UIX_ProgressStyle_Indeterminate | ;UIX_ProgressStyle_Indeterminate | ||
− | :Sets progress bar style to '''indeterminate'''. Indeterminate progress bar shows that progress is being made, but provides no information on its | + | :Sets progress bar style to '''indeterminate'''. Indeterminate progress bar shows that progress is being made, but provides no information on its completion. |
+ | ;UIX_ProgressStyle_Flat | ||
+ | :The ... | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Progress|IUIX_Progress]] |
Latest revision as of 01:01, 21 August 2019
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, that displays actual progress of task completion.
Syntax
enum UIX_ProgressStyleFlags { UIX_ProgressStyle_Indeterminate = 256, UIX_ProgressStyle_Flat = 512, };
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.
- UIX_ProgressStyle_Flat
- The ...