UIX_ListDrawStages Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_ListDrawStages Enumeration}}
 
{{#customTitle:UIX_ListDrawStages Enumeration}}
{{#parentPage:PXV:UIX|UIX_ListDrawStages Enumeration|enum}}
+
{{#parentPage:PXV:UIX_Enumerations|UIX_ListDrawStages|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_ListDrawStages
 
<pre class="brush:cpp;gutter:false">enum UIX_ListDrawStages
 
{
 
{
     UIX_ListDrawStage_Begin        = 0;
+
     UIX_ListDrawStage_Begin        = 0,
     UIX_ListDrawStage_Bkgnd        = 1;
+
     UIX_ListDrawStage_Bkgnd        = 1,
     UIX_ListDrawStage_AfterBkgnd  = 2;
+
     UIX_ListDrawStage_AfterBkgnd  = 2,
     UIX_ListDrawStage_AfterContent = 3;
+
     UIX_ListDrawStage_AfterContent = 3,
     UIX_ListDrawStage_End          = 4;
+
     UIX_ListDrawStage_End          = 4,
 
};
 
};
 
</pre>
 
</pre>
Line 29: Line 30:
 
;UIX_ListDrawStage_End
 
;UIX_ListDrawStage_End
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:43, 23 May 2015


Specifies the ...

Syntax

enum UIX_ListDrawStages
{
    UIX_ListDrawStage_Begin        = 0,
    UIX_ListDrawStage_Bkgnd        = 1,
    UIX_ListDrawStage_AfterBkgnd   = 2,
    UIX_ListDrawStage_AfterContent = 3,
    UIX_ListDrawStage_End          = 4,
};

Constants

UIX_ListDrawStage_Begin
The ...
UIX_ListDrawStage_Bkgnd
The ...
UIX_ListDrawStage_AfterBkgnd
The ...
UIX_ListDrawStage_AfterContent
The ...
UIX_ListDrawStage_End
The ...