UIX_ProgressStyleFlags 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_ProgressStyleFlags | <pre class="brush:cpp;gutter:false">enum UIX_ProgressStyleFlags | ||
{ | { | ||
− | UIX_ProgressStyle_Indeterminate = 256 | + | UIX_ProgressStyle_Indeterminate = 256, |
}; | }; | ||
</pre> | </pre> |
Revision as of 10:12, 8 May 2015
Specifies the ...
Syntax
enum UIX_ProgressStyleFlags { UIX_ProgressStyle_Indeterminate = 256, };
Constants
- UIX_ProgressStyle_Indeterminate
- The ...
See Also
See also ...