UIX_ComboBtnStyleFlags Enumeration
From PDF XChange PDF SDK
Line 15: | Line 15: | ||
== Constants == | == Constants == | ||
;UIX_ComboBtnStyle_Ellipsis | ;UIX_ComboBtnStyle_Ellipsis | ||
− | : | + | :Displays an ellipsis (...) in the center of the [[PXV:IUIX_ComboButton|combo button]] instead of downwards arrow. |
== See Also == | == See Also == | ||
See also [[PXV:IUIX_ComboButton|IUIX_ComboButton]]. | See also [[PXV:IUIX_ComboButton|IUIX_ComboButton]]. |
Revision as of 00:44, 13 May 2015
Specifies appearance of an object of IUIX_ComboButton interface.
Syntax
enum UIX_ComboBtnStyleFlags { UIX_ComboBtnStyle_Ellipsis = 256, };
Constants
- UIX_ComboBtnStyle_Ellipsis
- Displays an ellipsis (...) in the center of the combo button instead of downwards arrow.
See Also
See also IUIX_ComboButton.