UIX_ComboStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 24: Line 24:
 
;UIX_ComboStyle_ReadOnly
 
;UIX_ComboStyle_ReadOnly
 
:The ...
 
:The ...
 
== See Also ==
 
...
 

Revision as of 06:17, 23 May 2015


Specifies the ...

Syntax

enum UIX_ComboStyleFlags
{
    UIX_ComboStyle_Editable  = 256,
    UIX_ComboStyle_NoAutoSel = 512,
    UIX_ComboStyle_ReadOnly  = 1024,
};

Constants

UIX_ComboStyle_Editable
The ...
UIX_ComboStyle_NoAutoSel
The ...
UIX_ComboStyle_ReadOnly
The ...