UIX_PropItemHTFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_PropItemHTFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_PropItemHTFlags
 
{
 
{
     UIX_PropItemHT_Title  = 1,
+
     UIX_PropItemHT_Title  = 4096,
     UIX_PropItemHT_Value  = 2,
+
     UIX_PropItemHT_Value  = 8192,
     UIX_PropItemHT_Button = 4,
+
     UIX_PropItemHT_Button = 16384,
 +
    UIX_PropItemHT_Hint  = 32768,
 
};
 
};
 
</pre>
 
</pre>
Line 23: Line 24:
 
:The ...
 
:The ...
 
;UIX_PropItemHT_Button
 
;UIX_PropItemHT_Button
 +
:The ...
 +
;UIX_PropItemHT_Hint
 
:The ...
 
:The ...

Latest revision as of 11:01, 11 January 2016


Specifies the ...

Syntax

enum UIX_PropItemHTFlags
{
    UIX_PropItemHT_Title  = 4096,
    UIX_PropItemHT_Value  = 8192,
    UIX_PropItemHT_Button = 16384,
    UIX_PropItemHT_Hint   = 32768,
};

Constants

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