UIX_ComboStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_ComboStyleFlags Enumeration}} | {{#customTitle:UIX_ComboStyleFlags Enumeration}} | ||
+ | {{#parentPage:PXV:UIX|UIX_ComboStyleFlags Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum UIX_ComboStyleFlags | <pre class="brush:cpp;gutter:false">enum UIX_ComboStyleFlags | ||
{ | { | ||
− | UIX_ComboStyle_Editable = 256; | + | UIX_ComboStyle_Editable = 256; |
UIX_ComboStyle_NoAutoSel = 512; | UIX_ComboStyle_NoAutoSel = 512; | ||
− | UIX_ComboStyle_ReadOnly = 1024; | + | UIX_ComboStyle_ReadOnly = 1024; |
}; | }; | ||
</pre> | </pre> |
Revision as of 06:03, 23 April 2015
Specifies the ...
Syntax
enum UIX_ComboStyleFlags { UIX_ComboStyle_Editable = 256; UIX_ComboStyle_NoAutoSel = 512; UIX_ComboStyle_ReadOnly = 1024; };
Constants
- UIX_ComboStyle_Editable
- The ...
- UIX_ComboStyle_NoAutoSel
- The ...
- UIX_ComboStyle_ReadOnly
- The ...
See Also
See also ...