UIX_ComboBtnStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:UIX_ComboBtnStyleFlags Enumeration}} | {{#customTitle:UIX_ComboBtnStyleFlags Enumeration}} | ||
{{#parentPage:PXV:UIX|UIX_ComboBtnStyleFlags Enumeration|enum}} | {{#parentPage:PXV:UIX|UIX_ComboBtnStyleFlags Enumeration|enum}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Specifies | + | Specifies display parameters of object of [[PXV:IUIX_ComboButton|IUIX_ComboButton]] interface. |
== Syntax == | == Syntax == | ||
Line 16: | Line 15: | ||
== Constants == | == Constants == | ||
;UIX_ComboBtnStyle_Ellipsis | ;UIX_ComboBtnStyle_Ellipsis | ||
− | : | + | :Sets an ellipsis (...) in the center of the [[PXV:IUIX_ComboButton|combo button]] to display instead of downwards arrow. |
== See Also == | == See Also == | ||
− | See also | + | See also [[PXV:IUIX_ComboButton|IUIX_ComboButton]]. |
Revision as of 00:17, 13 May 2015
Specifies display parameters of object of IUIX_ComboButton interface.
Syntax
enum UIX_ComboBtnStyleFlags { UIX_ComboBtnStyle_Ellipsis = 256, };
Constants
- UIX_ComboBtnStyle_Ellipsis
- Sets an ellipsis (...) in the center of the combo button to display instead of downwards arrow.
See Also
See also IUIX_ComboButton.