UIX_ProgressStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:UIX_ProgressStyleFlags Enumeration}}
 
{{#customTitle:UIX_ProgressStyleFlags Enumeration}}
 
{{#parentPage:PXV:UIX|UIX_ProgressStyleFlags Enumeration|enum}}
 
{{#parentPage:PXV:UIX|UIX_ProgressStyleFlags Enumeration|enum}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
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, which shows the total amount of progress at a moment.
  
 
== Syntax ==
 
== Syntax ==
Line 16: Line 17:
 
== Constants ==
 
== Constants ==
 
;UIX_ProgressStyle_Indeterminate
 
;UIX_ProgressStyle_Indeterminate
:The ...
+
:Sets progress bar style to '''indeterminate'''. Indeterminate progress bar shows that progress is being made, but provides no information on its completeness.  
  
 
== See Also ==
 
== See Also ==
See also ...
+
See also [[PXV:IUIX_Progress|IUIX_Progress]].

Revision as of 07:01, 13 May 2015


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 completeness.

See Also

See also IUIX_Progress.