UIX_ProgressState Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum UIX_ProgressState | <pre class="brush:cpp;gutter:false">enum UIX_ProgressState | ||
{ | { | ||
− | UIX_ProgressState_Normal = 0 | + | UIX_ProgressState_Normal = 0, |
− | UIX_ProgressState_Warning = 1 | + | UIX_ProgressState_Warning = 1, |
− | UIX_ProgressState_Error = 2 | + | UIX_ProgressState_Error = 2, |
}; | }; | ||
</pre> | </pre> |
Revision as of 10:12, 8 May 2015
Specifies the ...
Syntax
enum UIX_ProgressState { UIX_ProgressState_Normal = 0, UIX_ProgressState_Warning = 1, UIX_ProgressState_Error = 2, };
Constants
- UIX_ProgressState_Normal
- The ...
- UIX_ProgressState_Warning
- The ...
- UIX_ProgressState_Error
- The ...
See Also
See also ...