PXV_ActionHandlerFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(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:PXV_ActionHandlerFlags Enumeration}}
 
{{#customTitle:PXV_ActionHandlerFlags Enumeration}}
{{#parentPage:PXV:PXV|PXV_ActionHandlerFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXV_Enumerations|PXV_ActionHandlerFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXV_ActionHandlerFlags
 
<pre class="brush:cpp;gutter:false">enum PXV_ActionHandlerFlags
 
{
 
{
     AHF_Hidden = 1;
+
     AHF_Hidden = 1,
 
};
 
};
 
</pre>
 
</pre>
Line 17: Line 18:
 
;AHF_Hidden
 
;AHF_Hidden
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:39, 23 May 2015


Specifies the ...

Syntax

enum PXV_ActionHandlerFlags
{
    AHF_Hidden = 1,
};

Constants

AHF_Hidden
The ...