UIX_ComboStyleFlags Enumeration

From PDF XChange PDF SDK
Revision as of 00:59, 9 May 2019 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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 ...