PXC_FormFieldFlag Enumeration

From PDF XChange PDF SDK
Revision as of 08:58, 24 March 2015 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 PXC_FormFieldFlag
{
    FFF_ReadOnly = 1;
    FFF_Required = 2;
    FFF_NoExport = 4;
    BFF_NoToggleToOff = 16384;
    BFF_IsRadio = 32768;
    BFF_IsPushbutton = 65536;
    BFF_RadioInUnison = 33554432;
    TFF_Date = 2048;
    TFF_MultiLine = 4096;
    TFF_Password = 8192;
    TFF_FileSelect = 1048576;
    TFF_DoNotSpellCheck = 4194304;
    TFF_DoNotScroll = 8388608;
    TFF_Comb = 16777216;
    TFF_RichText = 33554432;
    TFF_RTL = 268435456;
    CFF_IsCombo = 131072;
    CFF_HasEdit = 262144;
    CFF_Sort = 524288;
    CFF_MultiSelect = 2097152;
    CFF_DoNotSpellCheck = 4194304;
    CFF_CommitOnSelChange = 67108864;
};

Constants

FFF_ReadOnly
The ...
FFF_Required
The ...
FFF_NoExport
The ...
BFF_NoToggleToOff
The ...
BFF_IsRadio
The ...
BFF_IsPushbutton
The ...
BFF_RadioInUnison
The ...
TFF_Date
The ...
TFF_MultiLine
The ...
TFF_Password
The ...
TFF_FileSelect
The ...
TFF_DoNotSpellCheck
The ...
TFF_DoNotScroll
The ...
TFF_Comb
The ...
TFF_RichText
The ...
TFF_RTL
The ...
CFF_IsCombo
The ...
CFF_HasEdit
The ...
CFF_Sort
The ...
CFF_MultiSelect
The ...
CFF_DoNotSpellCheck
The ...
CFF_CommitOnSelChange
The ...

See Also

See also ...