ProgressStyleFlags Enumeration

From PDF XChange PDF SDK
Revision as of 07:00, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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

See Also

See also ...