UIX_ComboBtnStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Specifies display parameters of object of [[PXV:IUIX_ComboButton|IUIX_ComboButton]] interface.
+
Specifies appearance of an object of [[PXV:IUIX_ComboButton|IUIX_ComboButton]] interface.
  
 
== Syntax ==
 
== Syntax ==
Line 15: 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.
+
:Sets an ellipsis (...) in the center of the [[PXV:IUIX_ComboButton|combo button]] to be displayed 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 01:27, 13 May 2015


Specifies appearance of an 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 be displayed instead of downwards arrow.

See Also

See also IUIX_ComboButton.