UIX_PropItemHTFlags 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_PropItemHTFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_PropItemHTFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum UIX_PropItemHTFlags
 +
{
 +
    UIX_PropItemHT_Title  = 1,
 +
    UIX_PropItemHT_Value  = 2,
 +
    UIX_PropItemHT_Button = 4,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;UIX_PropItemHT_Title
 +
:The ...
 +
;UIX_PropItemHT_Value
 +
:The ...
 +
;UIX_PropItemHT_Button
 +
:The ...

Revision as of 01:37, 20 October 2015


Specifies the ...

Syntax

enum UIX_PropItemHTFlags
{
    UIX_PropItemHT_Title  = 1,
    UIX_PropItemHT_Value  = 2,
    UIX_PropItemHT_Button = 4,
};

Constants

UIX_PropItemHT_Title
The ...
UIX_PropItemHT_Value
The ...
UIX_PropItemHT_Button
The ...