ProgressStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">enum ProgressStyleFlags
 
<pre class="brush:cpp;gutter:false">enum ProgressStyleFlags
 
{
 
{
     ProgressStyle_Normal       = 0,
+
     ProgressStyle_Normal         = 0,
     ProgressStyle_Paused       = 1,
+
     ProgressStyle_Paused         = 1,
     ProgressStyle_Error         = 2,
+
     ProgressStyle_Error         = 2,
     ProgressStyle_StateMask     = 3,
+
     ProgressStyle_StateMask     = 3,
     ProgressStyle_Indeterminate = 16,
+
     ProgressStyle_Indeterminate = 16,
     ProgressStyle_AllowCancel   = 32,
+
     ProgressStyle_AllowCancel   = 32,
 +
    ProgressStyle_LazyText      = 256,
 +
    ProgressStyle_LazyStatusText = 512,
 
};
 
};
 
</pre>
 
</pre>
Line 32: Line 34:
 
:The ...
 
:The ...
 
;ProgressStyle_AllowCancel
 
;ProgressStyle_AllowCancel
 +
:The ...
 +
;ProgressStyle_LazyText
 +
:The ...
 +
;ProgressStyle_LazyStatusText
 
:The ...
 
:The ...

Latest revision as of 01:14, 23 July 2018


Specifies the ...

Syntax

enum ProgressStyleFlags
{
    ProgressStyle_Normal         = 0,
    ProgressStyle_Paused         = 1,
    ProgressStyle_Error          = 2,
    ProgressStyle_StateMask      = 3,
    ProgressStyle_Indeterminate  = 16,
    ProgressStyle_AllowCancel    = 32,
    ProgressStyle_LazyText       = 256,
    ProgressStyle_LazyStatusText = 512,
};

Constants

ProgressStyle_Normal
The ...
ProgressStyle_Paused
The ...
ProgressStyle_Error
The ...
ProgressStyle_StateMask
The ...
ProgressStyle_Indeterminate
The ...
ProgressStyle_AllowCancel
The ...
ProgressStyle_LazyText
The ...
ProgressStyle_LazyStatusText
The ...