PXC_FormFieldFlag Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_FormFieldFlag Enumeration}}
 
{{#customTitle:PXC_FormFieldFlag Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_FormFieldFlag|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_FormFieldFlag
 
<pre class="brush:cpp;gutter:false">enum PXC_FormFieldFlag
 
{
 
{
     FFF_ReadOnly = 1;
+
     FFF_ReadOnly         = 1,
     FFF_Required = 2;
+
     FFF_Required         = 2,
     FFF_NoExport = 4;
+
     FFF_NoExport         = 4,
     BFF_NoToggleToOff = 16384;
+
     BFF_NoToggleToOff     = 16384,
     BFF_IsRadio = 32768;
+
     BFF_IsRadio           = 32768,
     BFF_IsPushbutton = 65536;
+
     BFF_IsPushbutton     = 65536,
     BFF_RadioInUnison = 33554432;
+
     BFF_RadioInUnison     = 33554432,
     TFF_Date = 2048;
+
     TFF_Date             = 2048,
     TFF_MultiLine = 4096;
+
     TFF_MultiLine         = 4096,
     TFF_Password = 8192;
+
     TFF_Password         = 8192,
     TFF_FileSelect = 1048576;
+
     TFF_FileSelect       = 1048576,
     TFF_DoNotSpellCheck = 4194304;
+
     TFF_DoNotSpellCheck   = 4194304,
     TFF_DoNotScroll = 8388608;
+
     TFF_DoNotScroll       = 8388608,
     TFF_Comb = 16777216;
+
     TFF_Comb             = 16777216,
     TFF_RichText = 33554432;
+
     TFF_RichText         = 33554432,
     TFF_RTL = 268435456;
+
     TFF_RTL               = 268435456,
     CFF_IsCombo = 131072;
+
     CFF_IsCombo           = 131072,
     CFF_HasEdit = 262144;
+
     CFF_HasEdit           = 262144,
     CFF_Sort = 524288;
+
     CFF_Sort             = 524288,
     CFF_MultiSelect = 2097152;
+
     CFF_MultiSelect       = 2097152,
     CFF_DoNotSpellCheck = 4194304;
+
     CFF_DoNotSpellCheck   = 4194304,
     CFF_CommitOnSelChange = 67108864;
+
     CFF_CommitOnSelChange = 67108864,
 
};
 
};
 
</pre>
 
</pre>
Line 79: Line 81:
 
;CFF_CommitOnSelChange
 
;CFF_CommitOnSelChange
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:36, 23 May 2015


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