UIX_ComboBtnStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:UIX_ComboBtnStyleFlags Enumeration}}
 
{{#customTitle:UIX_ComboBtnStyleFlags Enumeration}}
 
{{#parentPage:PXV:UIX_Enumerations|UIX_ComboBtnStyleFlags|enum}}
 
{{#parentPage:PXV:UIX_Enumerations|UIX_ComboBtnStyleFlags|enum}}
 +
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 10: Line 11:
 
<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 17: Line 19:
 
;UIX_ComboBtnStyle_Ellipsis
 
;UIX_ComboBtnStyle_Ellipsis
 
:Displays an ellipsis (...) in the center of the [[PXV:IUIX_ComboButton|combo button]] instead of downwards arrow.
 
: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 01: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 ...