UIX_ComboStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 14: | Line 14: | ||
UIX_ComboStyle_NoAutoSel = 512, | UIX_ComboStyle_NoAutoSel = 512, | ||
UIX_ComboStyle_ReadOnly = 1024, | UIX_ComboStyle_ReadOnly = 1024, | ||
+ | UIX_ComboStyle_CheckList = 2048, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 23: | Line 24: | ||
:The ... | :The ... | ||
;UIX_ComboStyle_ReadOnly | ;UIX_ComboStyle_ReadOnly | ||
+ | :The ... | ||
+ | ;UIX_ComboStyle_CheckList | ||
:The ... | :The ... |
Revision as of 10:03, 11 January 2016
Specifies the ...
Syntax
enum UIX_ComboStyleFlags { UIX_ComboStyle_Editable = 256, UIX_ComboStyle_NoAutoSel = 512, UIX_ComboStyle_ReadOnly = 1024, UIX_ComboStyle_CheckList = 2048, };
Constants
- UIX_ComboStyle_Editable
- The ...
- UIX_ComboStyle_NoAutoSel
- The ...
- UIX_ComboStyle_ReadOnly
- The ...
- UIX_ComboStyle_CheckList
- The ...