ProgressStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:ProgressStyleFlags Enumeration}}
 
{{#customTitle:ProgressStyleFlags Enumeration}}
{{#parentPage:PXV:Common_Enumerations|ProgressStyleFlags Enumeration|enum}}
+
{{#parentPage:PXV:Common_Enumerations|ProgressStyleFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 10:34, 23 May 2015


Specifies the ...

Syntax

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

Constants

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