UIX_ComboBtnStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_ComboBtnStyleFlags Enumeration}} | {{#customTitle:UIX_ComboBtnStyleFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:UIX_Enumerations|UIX_ComboBtnStyleFlags|enum}} |
+ | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies | + | Specifies appearance of an object of [[PXV:IUIX_ComboButton|IUIX_ComboButton]] interface. |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">enum UIX_ComboBtnStyleFlags | <pre class="brush:cpp;gutter:false">enum UIX_ComboBtnStyleFlags | ||
{ | { | ||
− | UIX_ComboBtnStyle_Ellipsis = 256, | + | UIX_ComboBtnStyle_Ellipsis = 256, |
+ | UIX_ComboBtnStyle_SeparatorBefore = 512, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 15: | Line 18: | ||
== 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. |
− | + | ;UIX_ComboBtnStyle_SeparatorBefore | |
− | + | :The ... | |
− | + |
Latest revision as of 00:12, 15 March 2016
Specifies appearance of an object of IUIX_ComboButton interface.
Syntax
enum UIX_ComboBtnStyleFlags { UIX_ComboBtnStyle_Ellipsis = 256, UIX_ComboBtnStyle_SeparatorBefore = 512, };
Constants
- UIX_ComboBtnStyle_Ellipsis
- Displays an ellipsis (...) in the center of the combo button instead of downwards arrow.
- UIX_ComboBtnStyle_SeparatorBefore
- The ...