UIX_IndProgressStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:UIX_IndProgressStyleFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_IndProgressStyleFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum UIX_IndProgressStyleFlags
 +
{
 +
    UIX_IndProgressStyle_NoInnerCircle = 256,
 +
    UIX_IndProgressStyle_W8Ring        = 512,
 +
    UIX_IndProgressStyle_W8Bar        = 1024,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;UIX_IndProgressStyle_NoInnerCircle
 +
:The ...
 +
;UIX_IndProgressStyle_W8Ring
 +
:The ...
 +
;UIX_IndProgressStyle_W8Bar
 +
:The ...

Latest revision as of 01:36, 20 October 2015


Specifies the ...

Syntax

enum UIX_IndProgressStyleFlags
{
    UIX_IndProgressStyle_NoInnerCircle = 256,
    UIX_IndProgressStyle_W8Ring        = 512,
    UIX_IndProgressStyle_W8Bar         = 1024,
};

Constants

UIX_IndProgressStyle_NoInnerCircle
The ...
UIX_IndProgressStyle_W8Ring
The ...
UIX_IndProgressStyle_W8Bar
The ...