UIX_ComboItemStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:UIX_ComboItemStyleFlags Enumeration}}
 
{{#customTitle:UIX_ComboItemStyleFlags Enumeration}}
 
{{#parentPage:PXV:UIX|UIX_ComboItemStyleFlags Enumeration|enum}}
 
{{#parentPage:PXV:UIX|UIX_ComboItemStyleFlags Enumeration|enum}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the type of an ''item'' in a [[PXV:IUIX_Combo|combo box]].
  
 
== Syntax ==
 
== Syntax ==
Line 18: Line 17:
 
== Constants ==
 
== Constants ==
 
;UIX_ComboItemStyle_Separator
 
;UIX_ComboItemStyle_Separator
:The ...
+
:Makes combo box item a ''separator'' - unselectable line for separating items in a [[PXV:IUIX_Combo|combo box]] from one another.
 
;UIX_ComboItemStyle_Disabled
 
;UIX_ComboItemStyle_Disabled
:The ...
+
:Specifies that item should be in a disabled state.
 
;UIX_ComboItemStyle_Bold
 
;UIX_ComboItemStyle_Bold
:The ...
+
:Specifies item text to be set bold.
  
 
== See Also ==
 
== See Also ==
See also ...
+
See also [[PXV:IUIX_Combo|IUIX_Combo]].

Revision as of 05:14, 8 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 line for separating items in a combo box from one another.
UIX_ComboItemStyle_Disabled
Specifies that item should be in a disabled state.
UIX_ComboItemStyle_Bold
Specifies item text to be set bold.

See Also

See also IUIX_Combo.