UIX_ComboStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_ComboStyleFlags Enumeration}}
 
{{#customTitle:UIX_ComboStyleFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_ComboStyleFlags|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_ComboStyleFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_ComboStyleFlags
 
{
 
{
     UIX_ComboStyle_Editable = 256;
+
     UIX_ComboStyle_Editable     = 256,
     UIX_ComboStyle_NoAutoSel = 512;
+
     UIX_ComboStyle_NoAutoSel     = 512,
     UIX_ComboStyle_ReadOnly = 1024;
+
     UIX_ComboStyle_ReadOnly     = 1024,
 +
    UIX_ComboStyle_CheckList    = 2048,
 +
    UIX_ComboStyle_OrderedChecks = 4096,
 
};
 
};
 
</pre>
 
</pre>
Line 20: Line 26:
 
;UIX_ComboStyle_ReadOnly
 
;UIX_ComboStyle_ReadOnly
 
:The ...
 
:The ...
 
+
;UIX_ComboStyle_CheckList
== See Also ==
+
:The ...
See also ...
+
;UIX_ComboStyle_OrderedChecks
 +
:The ...

Latest revision as of 00:59, 9 May 2019


Specifies the ...

Syntax

enum UIX_ComboStyleFlags
{
    UIX_ComboStyle_Editable      = 256,
    UIX_ComboStyle_NoAutoSel     = 512,
    UIX_ComboStyle_ReadOnly      = 1024,
    UIX_ComboStyle_CheckList     = 2048,
    UIX_ComboStyle_OrderedChecks = 4096,
};

Constants

UIX_ComboStyle_Editable
The ...
UIX_ComboStyle_NoAutoSel
The ...
UIX_ComboStyle_ReadOnly
The ...
UIX_ComboStyle_CheckList
The ...
UIX_ComboStyle_OrderedChecks
The ...