UIX_ComboItemStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 23: | Line 23: | ||
;UIX_ComboItemStyle_Bold | ;UIX_ComboItemStyle_Bold | ||
:Specifies item text to be set bold. | :Specifies item text to be set bold. | ||
− | |||
− | |||
− |
Revision as of 05:17, 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.