UIX_PropItemHTFlags Enumeration
From PDF XChange PDF SDK
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 = | + | UIX_PropItemHT_Title = 4096, |
− | UIX_PropItemHT_Value = | + | UIX_PropItemHT_Value = 8192, |
− | UIX_PropItemHT_Button = | + | 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 10: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 ...