UIX_ComboItemStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_ComboItemStyleFlags Enumeration}} | {{#customTitle:UIX_ComboItemStyleFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:UIX_Enumerations|UIX_ComboItemStyleFlags|enum}} |
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum UIX_ComboItemStyleFlags | <pre class="brush:cpp;gutter:false">enum UIX_ComboItemStyleFlags | ||
{ | { | ||
− | UIX_ComboItemStyle_Separator = 1 | + | UIX_ComboItemStyle_Separator = 1, |
− | UIX_ComboItemStyle_Disabled = 2 | + | UIX_ComboItemStyle_Disabled = 2, |
− | UIX_ComboItemStyle_Bold = 4 | + | UIX_ComboItemStyle_Bold = 4, |
}; | }; | ||
</pre> | </pre> | ||
Line 24: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]] |
Latest revision as of 09:42, 23 May 2015
Specifies the type of an item in a combo box.
Syntax
enum UIX_ComboItemStyleFlags { UIX_ComboItemStyle_Separator = 1, UIX_ComboItemStyle_Disabled = 2, UIX_ComboItemStyle_Bold = 4, };
Constants
- UIX_ComboItemStyle_Separator
- Makes combo box item a separator - unselectable horizontal line for separating items in a combo box from one another.
- UIX_ComboItemStyle_Disabled
- Specifies an item to be set to disabled state.
- UIX_ComboItemStyle_Bold
- Specifies item text to be set bold.